# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_mount_verify_fail.yml ****************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml PLAY [Verify mount action fails with wrong mount point] ************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:2 Friday 01 March 2024 20:54:22 +0000 (0:00:00.032) 0:00:00.032 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:19 Friday 01 March 2024 20:54:23 +0000 (0:00:00.993) 0:00:01.026 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:10 Friday 01 March 2024 20:54:23 +0000 (0:00:00.013) 0:00:01.039 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:15 Friday 01 March 2024 20:54:23 +0000 (0:00:00.239) 0:00:01.279 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:19 Friday 01 March 2024 20:54:23 +0000 (0:00:00.016) 0:00:01.295 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:54:23 +0000 (0:00:00.015) 0:00:01.311 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:23 +0000 (0:00:00.013) 0:00:01.324 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:54:23 +0000 (0:00:00.018) 0:00:01.342 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:54:23 +0000 (0:00:00.025) 0:00:01.368 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:54:23 +0000 (0:00:00.187) 0:00:01.555 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:54:23 +0000 (0:00:00.014) 0:00:01.569 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:54:23 +0000 (0:00:00.009) 0:00:01.578 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:54:23 +0000 (0:00:00.009) 0:00:01.587 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:54:23 +0000 (0:00:00.025) 0:00:01.613 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:54:26 +0000 (0:00:02.497) 0:00:04.111 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 20:54:26 +0000 (0:00:00.018) 0:00:04.129 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:54:26 +0000 (0:00:00.013) 0:00:04.142 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:54:26 +0000 (0:00:00.469) 0:00:04.611 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:54:26 +0000 (0:00:00.018) 0:00:04.630 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:54:26 +0000 (0:00:00.015) 0:00:04.645 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:54:26 +0000 (0:00:00.015) 0:00:04.661 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:54:26 +0000 (0:00:00.016) 0:00:04.677 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:54:29 +0000 (0:00:02.375) 0:00:07.052 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:54:30 +0000 (0:00:01.690) 0:00:08.743 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:54:30 +0000 (0:00:00.029) 0:00:08.772 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:54:30 +0000 (0:00:00.008) 0:00:08.781 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:54:31 +0000 (0:00:00.365) 0:00:09.146 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:54:31 +0000 (0:00:00.018) 0:00:09.165 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:54:31 +0000 (0:00:00.008) 0:00:09.174 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:54:31 +0000 (0:00:00.012) 0:00:09.186 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 20:54:31 +0000 (0:00:00.012) 0:00:09.198 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:54:31 +0000 (0:00:00.012) 0:00:09.210 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 20:54:31 +0000 (0:00:00.020) 0:00:09.231 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:54:31 +0000 (0:00:00.009) 0:00:09.240 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:54:31 +0000 (0:00:00.018) 0:00:09.259 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:54:31 +0000 (0:00:00.018) 0:00:09.278 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:54:31 +0000 (0:00:00.009) 0:00:09.288 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.414812, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:54:31 +0000 (0:00:00.193) 0:00:09.481 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:54:31 +0000 (0:00:00.010) 0:00:09.491 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:23 Friday 01 March 2024 20:54:32 +0000 (0:00:00.751) 0:00:10.243 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 20:54:32 +0000 (0:00:00.018) 0:00:10.261 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 20:54:32 +0000 (0:00:00.188) 0:00:10.449 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 20:54:32 +0000 (0:00:00.015) 0:00:10.465 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 20:54:34 +0000 (0:00:02.371) 0:00:12.836 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 20:54:35 +0000 (0:00:00.283) 0:00:13.120 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 20:54:35 +0000 (0:00:00.013) 0:00:13.133 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 20:54:35 +0000 (0:00:00.012) 0:00:13.145 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 20:54:35 +0000 (0:00:00.020) 0:00:13.165 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 20:54:35 +0000 (0:00:00.019) 0:00:13.185 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:29 Friday 01 March 2024 20:54:35 +0000 (0:00:00.020) 0:00:13.205 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:54:35 +0000 (0:00:00.030) 0:00:13.235 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:35 +0000 (0:00:00.017) 0:00:13.253 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:54:35 +0000 (0:00:00.020) 0:00:13.274 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:54:35 +0000 (0:00:00.029) 0:00:13.303 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:54:35 +0000 (0:00:00.013) 0:00:13.316 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:54:35 +0000 (0:00:00.013) 0:00:13.329 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:54:35 +0000 (0:00:00.024) 0:00:13.354 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:54:35 +0000 (0:00:00.012) 0:00:13.366 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:54:35 +0000 (0:00:00.026) 0:00:13.392 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:54:37 +0000 (0:00:02.379) 0:00:15.772 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "fs_type": "xfs", "name": "lv1", "size": "50%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 20:54:37 +0000 (0:00:00.025) 0:00:15.797 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:54:37 +0000 (0:00:00.012) 0:00:15.810 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:54:41 +0000 (0:00:04.027) 0:00:19.837 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:54:41 +0000 (0:00:00.022) 0:00:19.859 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:54:41 +0000 (0:00:00.019) 0:00:19.878 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:54:41 +0000 (0:00:00.022) 0:00:19.901 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:54:41 +0000 (0:00:00.018) 0:00:19.919 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:54:44 +0000 (0:00:02.443) 0:00:22.362 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:54:45 +0000 (0:00:01.613) 0:00:23.976 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:54:46 +0000 (0:00:00.029) 0:00:24.006 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:54:46 +0000 (0:00:00.009) 0:00:24.015 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/mapper/test_vg1-lv1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:54:51 +0000 (0:00:05.310) 0:00:29.325 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.010707", "end": "2024-03-01 20:54:51.591536", "rc": 0, "start": "2024-03-01 20:54:51.580829" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:54:51 +0000 (0:00:00.281) 0:00:29.606 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:54:51 +0000 (0:00:00.010) 0:00:29.617 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/mapper/test_vg1-lv1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:54:51 +0000 (0:00:00.015) 0:00:29.632 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 20:54:51 +0000 (0:00:00.014) 0:00:29.646 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:54:51 +0000 (0:00:00.012) 0:00:29.658 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 20:54:51 +0000 (0:00:00.018) 0:00:29.677 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:54:51 +0000 (0:00:00.009) 0:00:29.687 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:54:51 +0000 (0:00:00.020) 0:00:29.707 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:54:51 +0000 (0:00:00.019) 0:00:29.726 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:54:51 +0000 (0:00:00.011) 0:00:29.738 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.414812, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:54:51 +0000 (0:00:00.197) 0:00:29.935 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:54:51 +0000 (0:00:00.010) 0:00:29.945 ********** ok: [sut] TASK [Create snapshot for LV] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:22 Friday 01 March 2024 20:54:52 +0000 (0:00:00.741) 0:00:30.687 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:54:52 +0000 (0:00:00.022) 0:00:30.709 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:52 +0000 (0:00:00.017) 0:00:30.726 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:54:52 +0000 (0:00:00.021) 0:00:30.748 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:54:52 +0000 (0:00:00.013) 0:00:30.761 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:54:52 +0000 (0:00:00.012) 0:00:30.774 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:54:52 +0000 (0:00:00.029) 0:00:30.804 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:54:55 +0000 (0:00:02.387) 0:00:33.191 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:54:55 +0000 (0:00:00.033) 0:00:33.225 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:54:55 +0000 (0:00:00.622) 0:00:33.848 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.162 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.162 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:54:55 +0000 (0:00:00.013) 0:00:33.861 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:54:55 +0000 (0:00:00.024) 0:00:33.885 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:54:55 +0000 (0:00:00.010) 0:00:33.896 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the snapshot for LV] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:31 Friday 01 March 2024 20:54:55 +0000 (0:00:00.014) 0:00:33.910 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:54:55 +0000 (0:00:00.024) 0:00:33.935 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:55 +0000 (0:00:00.016) 0:00:33.951 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:54:55 +0000 (0:00:00.021) 0:00:33.972 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:54:56 +0000 (0:00:00.013) 0:00:33.986 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:54:56 +0000 (0:00:00.013) 0:00:33.999 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:54:56 +0000 (0:00:00.028) 0:00:34.028 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:54:58 +0000 (0:00:02.396) 0:00:36.425 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:54:58 +0000 (0:00:00.027) 0:00:36.452 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:54:58 +0000 (0:00:00.346) 0:00:36.798 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.162 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.162 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:54:58 +0000 (0:00:00.030) 0:00:36.829 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:54:58 +0000 (0:00:00.024) 0:00:36.854 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:54:58 +0000 (0:00:00.010) 0:00:36.864 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify snapshot is mounted for lv1] ************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:42 Friday 01 March 2024 20:54:58 +0000 (0:00:00.013) 0:00:36.877 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:54:58 +0000 (0:00:00.027) 0:00:36.905 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:54:58 +0000 (0:00:00.015) 0:00:36.921 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:54:58 +0000 (0:00:00.020) 0:00:36.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:54:58 +0000 (0:00:00.014) 0:00:36.956 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:54:58 +0000 (0:00:00.012) 0:00:36.969 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:54:59 +0000 (0:00:00.029) 0:00:36.998 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:55:01 +0000 (0:00:02.403) 0:00:39.402 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:55:01 +0000 (0:00:00.026) 0:00:39.429 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:55:01 +0000 (0:00:00.314) 0:00:39.743 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.162 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.162 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:55:01 +0000 (0:00:00.015) 0:00:39.758 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:55:01 +0000 (0:00:00.024) 0:00:39.782 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:55:01 +0000 (0:00:00.010) 0:00:39.793 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Test failure of verifying wrong mount] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:53 Friday 01 March 2024 20:55:01 +0000 (0:00:00.013) 0:00:39.807 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml for sut TASK [Show __snapshot_failed_params] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:4 Friday 01 March 2024 20:55:01 +0000 (0:00:00.022) 0:00:39.829 ********** ok: [sut] => { "__snapshot_failed_params": { "snapshot_lvm_action": "mount", "snapshot_lvm_lv": "lv1", "snapshot_lvm_mountpoint": "/mnt/wrong_mountpoint", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_verify_only": true, "snapshot_lvm_vg": "test_vg1" } } TASK [Verify role returns error] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:9 Friday 01 March 2024 20:55:01 +0000 (0:00:00.013) 0:00:39.843 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:55:01 +0000 (0:00:00.021) 0:00:39.864 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:55:01 +0000 (0:00:00.017) 0:00:39.881 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:55:01 +0000 (0:00:00.021) 0:00:39.902 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:55:01 +0000 (0:00:00.013) 0:00:39.916 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:55:01 +0000 (0:00:00.013) 0:00:39.930 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:55:01 +0000 (0:00:00.030) 0:00:39.960 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:55:04 +0000 (0:00:02.380) 0:00:42.341 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/wrong_mountpoint --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:55:04 +0000 (0:00:00.035) 0:00:42.376 ********** fatal: [sut]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Raise error] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:28 Friday 01 March 2024 20:55:04 +0000 (0:00:00.318) 0:00:42.695 ********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'rc': 36, 'stdout': '{\r\n "return_code": 36,\r\n "errors": [\r\n "blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint"\r\n ],\r\n "changed": false\r\n}', 'stdout_lines': ['{', ' "return_code": 36,', ' "errors": [', ' "blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint"', ' ],', ' "changed": false', '}'], 'stderr': 'Shared connection to 10.31.9.162 closed.\r\n', 'stderr_lines': ['Shared connection to 10.31.9.162 closed.'], 'failed': True, 'msg': 'non-zero return code', 'exception': 'NoneType: None\n', '_ansible_no_log': True} TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:55:04 +0000 (0:00:00.014) 0:00:42.709 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "exception": "NoneType: None\n", "failed": true, "msg": "non-zero return code", "rc": 36, "stderr": "Shared connection to 10.31.9.162 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.162 closed." ], "stdout": "{\r\n \"return_code\": 36,\r\n \"errors\": [\r\n \"blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 36,", " \"errors\": [", " \"blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:55:04 +0000 (0:00:00.013) 0:00:42.723 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint" ], "return_code": 36 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:55:04 +0000 (0:00:00.024) 0:00:42.747 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:55:04 +0000 (0:00:00.012) 0:00:42.760 ********** ok: [sut] => { "snapshot_cmd[\"errors\"]": [ "blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint" ] } TASK [Debug] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:32 Friday 01 March 2024 20:55:04 +0000 (0:00:00.013) 0:00:42.773 ********** ok: [sut] => { "ansible_failed_result": { "changed": false, "failed": true, "msg": { "changed": false, "exception": "NoneType: None\n", "failed": true, "msg": "non-zero return code", "rc": 36, "stderr": "Shared connection to 10.31.9.162 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.162 closed." ], "stdout": "{\r\n \"return_code\": 36,\r\n \"errors\": [\r\n \"blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 36,", " \"errors\": [", " \"blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint\"", " ],", " \"changed\": false", "}" ] } } } TASK [Check that there was a failure in the role] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:36 Friday 01 March 2024 20:55:04 +0000 (0:00:00.012) 0:00:42.786 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Debug snapshot_cmd] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:41 Friday 01 March 2024 20:55:04 +0000 (0:00:00.011) 0:00:42.797 ********** ok: [sut] => { "snapshot_cmd": { "changed": false, "errors": [ "blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint" ], "return_code": 36 } } TASK [Debug __snapshot_failed_regex] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:46 Friday 01 March 2024 20:55:04 +0000 (0:00:00.011) 0:00:42.808 ********** ok: [sut] => { "__snapshot_failed_regex": "blockdev not mounted on specified*" } TASK [Verify return code and message is correct] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:60 Friday 01 March 2024 20:55:04 +0000 (0:00:00.010) 0:00:42.819 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert role reported changes correctly] ********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:71 Friday 01 March 2024 20:55:04 +0000 (0:00:00.017) 0:00:42.837 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the snapshot for lv1] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:67 Friday 01 March 2024 20:55:04 +0000 (0:00:00.012) 0:00:42.849 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:55:04 +0000 (0:00:00.032) 0:00:42.881 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:55:04 +0000 (0:00:00.017) 0:00:42.898 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:55:04 +0000 (0:00:00.021) 0:00:42.919 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:55:04 +0000 (0:00:00.013) 0:00:42.933 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:55:04 +0000 (0:00:00.013) 0:00:42.947 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:55:04 +0000 (0:00:00.029) 0:00:42.976 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:55:07 +0000 (0:00:02.455) 0:00:45.431 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -vg test_vg1 -lv lv1 -s snapset1 -m /mnt/lv1_mp --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:55:07 +0000 (0:00:00.026) 0:00:45.458 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:55:07 +0000 (0:00:00.321) 0:00:45.780 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.162 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.162 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:55:07 +0000 (0:00:00.013) 0:00:45.794 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:55:07 +0000 (0:00:00.024) 0:00:45.818 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:55:07 +0000 (0:00:00.010) 0:00:45.829 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Remove the snapshot LVs] ************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:77 Friday 01 March 2024 20:55:07 +0000 (0:00:00.035) 0:00:45.864 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:55:07 +0000 (0:00:00.038) 0:00:45.903 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:55:07 +0000 (0:00:00.017) 0:00:45.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:55:07 +0000 (0:00:00.021) 0:00:45.941 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:55:07 +0000 (0:00:00.013) 0:00:45.955 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:55:07 +0000 (0:00:00.013) 0:00:45.969 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:55:08 +0000 (0:00:00.029) 0:00:45.999 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:55:10 +0000 (0:00:02.464) 0:00:48.463 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:55:10 +0000 (0:00:00.027) 0:00:48.491 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:55:10 +0000 (0:00:00.448) 0:00:48.939 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.162 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.162 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:55:10 +0000 (0:00:00.013) 0:00:48.953 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:55:10 +0000 (0:00:00.024) 0:00:48.978 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:55:11 +0000 (0:00:00.010) 0:00:48.989 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Use the snapshot_lvm_verify option to make sure remove is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:84 Friday 01 March 2024 20:55:11 +0000 (0:00:00.015) 0:00:49.004 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 20:55:11 +0000 (0:00:00.037) 0:00:49.042 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 20:55:11 +0000 (0:00:00.017) 0:00:49.059 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 20:55:11 +0000 (0:00:00.021) 0:00:49.080 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 20:55:11 +0000 (0:00:00.013) 0:00:49.094 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 20:55:11 +0000 (0:00:00.012) 0:00:49.107 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 20:55:11 +0000 (0:00:00.029) 0:00:49.137 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 20:55:13 +0000 (0:00:02.386) 0:00:51.523 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 20:55:13 +0000 (0:00:00.028) 0:00:51.551 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 20:55:13 +0000 (0:00:00.359) 0:00:51.911 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.9.162 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.9.162 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 20:55:13 +0000 (0:00:00.014) 0:00:51.925 ********** 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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 20:55:13 +0000 (0:00:00.024) 0:00:51.950 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 20:55:13 +0000 (0:00:00.010) 0:00:51.961 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_mount_verify_fail.yml:93 Friday 01 March 2024 20:55:13 +0000 (0:00:00.015) 0:00:51.976 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:7 Friday 01 March 2024 20:55:14 +0000 (0:00:00.026) 0:00:52.003 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 20:55:14 +0000 (0:00:00.018) 0:00:52.022 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 20:55:14 +0000 (0:00:00.016) 0:00:52.039 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 20:55:14 +0000 (0:00:00.021) 0:00:52.060 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 20:55:14 +0000 (0:00:00.030) 0:00:52.090 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 20:55:14 +0000 (0:00:00.014) 0:00:52.105 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 20:55:14 +0000 (0:00:00.013) 0:00:52.119 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 20:55:14 +0000 (0:00:00.012) 0:00:52.131 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 20:55:14 +0000 (0:00:00.012) 0:00:52.144 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 20:55:14 +0000 (0:00:00.028) 0:00:52.172 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 20:55:16 +0000 (0:00:02.373) 0:00:54.546 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 20:55:16 +0000 (0:00:00.028) 0:00:54.574 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 20:55:16 +0000 (0:00:00.014) 0:00:54.589 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 20:55:21 +0000 (0:00:04.555) 0:00:59.144 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 20:55:21 +0000 (0:00:00.026) 0:00:59.170 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 20:55:21 +0000 (0:00:00.019) 0:00:59.190 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 20:55:21 +0000 (0:00:00.019) 0:00:59.209 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 20:55:21 +0000 (0:00:00.018) 0:00:59.228 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 20:55:23 +0000 (0:00:02.493) 0:01:01.721 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 20:55:25 +0000 (0:00:01.667) 0:01:03.389 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 20:55:25 +0000 (0:00:00.031) 0:01:03.420 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 20:55:25 +0000 (0:00:00.010) 0:01:03.430 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 20:55:31 +0000 (0:00:05.748) 0:01:09.179 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 20:55:31 +0000 (0:00:00.020) 0:01:09.200 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 20:55:31 +0000 (0:00:00.010) 0:01:09.210 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 20:55:31 +0000 (0:00:00.015) 0:01:09.225 ********** 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": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 20:55:31 +0000 (0:00:00.014) 0:01:09.240 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 20:55:31 +0000 (0:00:00.013) 0:01:09.253 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 20:55:31 +0000 (0:00:00.019) 0:01:09.272 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 20:55:31 +0000 (0:00:00.012) 0:01:09.285 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 20:55:31 +0000 (0:00:00.020) 0:01:09.305 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 20:55:31 +0000 (0:00:00.019) 0:01:09.325 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 20:55:31 +0000 (0:00:00.011) 0:01:09.336 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709325914.414812, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 20:55:31 +0000 (0:00:00.198) 0:01:09.535 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 20:55:31 +0000 (0:00:00.010) 0:01:09.546 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:29 Friday 01 March 2024 20:55:32 +0000 (0:00:00.775) 0:01:10.321 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:33 Friday 01 March 2024 20:55:32 +0000 (0:00:00.012) 0:01:10.334 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 20:55:32 +0000 (0:00:00.017) 0:01:10.351 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 20:55:32 +0000 (0:00:00.014) 0:01:10.366 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 20:55:32 +0000 (0:00:00.013) 0:01:10.379 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 20:55:34 +0000 (0:00:02.374) 0:01:12.754 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdb] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 20:55:34 +0000 (0:00:00.207) 0:01:12.962 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 20:55:34 +0000 (0:00:00.014) 0:01:12.976 ********** ok: [sut] => { "unused_disks": [ "sda", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 20:55:35 +0000 (0:00:00.013) 0:01:12.989 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 20:55:35 +0000 (0:00:00.029) 0:01:13.018 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 20:55:35 +0000 (0:00:00.026) 0:01:13.044 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:39 Friday 01 March 2024 20:55:35 +0000 (0:00:00.020) 0:01:13.065 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.343457", "end": "2024-03-01 20:55:35.597412", "failed_when_result": true, "rc": 0, "start": "2024-03-01 20:55:35.253955" } 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/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) 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=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=19158) 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.3G 264G 2% / tmpfs 372M 0 372M 0% /run/user/0 + lvs --all + pvs --all PV VG Fmt Attr PSize PFree /dev/sda --- 0 0 /dev/sdb --- 0 0 /dev/sdc --- 0 0 /dev/sdd --- 0 0 /dev/sde --- 0 0 /dev/sdf --- 0 0 /dev/sdg --- 0 0 /dev/sdh --- 0 0 /dev/sdi --- 0 0 /dev/sdj --- 0 0 /dev/sdk --- 0 0 /dev/sdl --- 0 0 /dev/xvda1 --- 0 0 + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 20:51:22,076 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:51:22,076 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 20:51:22,105 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,105 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,105 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,105 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,105 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:22,105 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:51:22,105 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,105 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,105 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "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 20:51:22,106 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "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 20:51:22,106 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:22,106 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "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 20:51:22,106 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:22,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"} 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:22,107 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:22,107 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:22,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:22,108 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:22,108 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:22,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 20:51:22,109 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 20:51:22,110 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 20:51:22,110 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 20:51:22,110 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 20:51:22,138 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,138 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "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 20:51:22,138 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "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 20:51:22,138 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:22,138 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "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 20:51:22,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"} 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:22,139 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:22,140 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:22,140 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:22,140 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:22,141 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:22,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,141 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,142 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,169 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 20:51:22,169 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,169 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,170 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,170 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:22,195 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,195 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,195 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,196 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 20:51:22,196 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 20:51:22,196 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 20:51:22,196 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 20:51:22,196 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,196 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,220 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,221 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,221 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 20:51:22,462 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,463 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,463 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,463 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,463 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,463 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:22,502 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,503 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 20:51:22,503 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,503 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,504 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:22,542 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,542 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,542 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,542 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,542 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,542 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:22,542 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:22,542 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 20:51:22,542 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 20:51:22,542 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 20:51:22,542 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,542 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,543 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,543 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,543 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,543 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,543 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,543 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,566 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 20:51:22,766 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,766 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,766 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,766 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,766 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,766 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:22,820 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,820 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,820 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,820 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,820 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,820 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 20:51:22,820 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,820 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,820 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,820 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,821 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,821 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,821 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,821 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:22,850 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 20:51:22,850 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 20:51:22,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,850 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,851 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: { 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: , 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: } 2024-03-01 20:51:22,875 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 20:51:23,091 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,091 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,091 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,091 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,091 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,092 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:23,143 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,143 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,143 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,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 20:51:23,143 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,143 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,144 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,144 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,144 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,144 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,144 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:23,168 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 20:51:23,168 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 20:51:23,168 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,168 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,192 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 20:51:23,397 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,398 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:23,450 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,450 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,450 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,450 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,450 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 20:51:23,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,450 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,450 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,451 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,451 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,451 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,451 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,477 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 20:51:23,477 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 20:51:23,477 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,477 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,501 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 20:51:23,711 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,711 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,712 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,712 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,712 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:23,749 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,749 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,749 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,749 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,749 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,750 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 20:51:23,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,750 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,750 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,750 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,750 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,750 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,775 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 20:51:23,775 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 20:51:23,775 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 20:51:23,775 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,775 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: { 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: , 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: } 2024-03-01 20:51:23,801 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 20:51:24,006 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,007 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,007 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,007 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,007 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,046 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 20:51:24,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,046 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,047 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,047 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,071 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 20:51:24,071 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 20:51:24,071 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,071 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,096 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 20:51:24,301 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,301 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,302 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,302 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,302 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,302 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,346 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,347 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 20:51:24,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,347 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,370 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 20:51:24,370 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 20:51:24,370 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 20:51:24,370 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,370 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: , 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,395 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 20:51:24,604 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:24,604 INFO snapshot-role/MainThread: { 2024-03-01 20:51:24,604 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:24,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:24,604 INFO snapshot-role/MainThread: } 2024-03-01 20:51:24,604 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:27,568 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 20:51:27,568 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 20:51:27,600 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,600 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,600 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,600 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:27,601 INFO snapshot-role/MainThread: {"lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "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 20:51:27,601 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:27,601 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR"} 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,602 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:27,603 INFO snapshot-role/MainThread: {"lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "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 20:51:27,603 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:27,603 INFO snapshot-role/MainThread: {"lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "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 20:51:27,603 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "pv_name":"/dev/sde"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:27,603 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:27,604 INFO snapshot-role/MainThread: {"lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "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 20:51:27,604 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:27,604 INFO snapshot-role/MainThread: {"lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "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 20:51:27,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,605 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,605 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,629 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,655 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 20:51:27,655 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 20:51:27,655 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,655 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,656 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,656 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,656 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:27,680 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,680 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,680 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,680 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,680 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,680 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,680 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,680 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,681 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,681 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,681 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,681 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,707 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:27,733 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,733 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,733 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,733 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,733 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,733 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,733 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,734 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,759 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,760 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,760 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,760 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,760 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,760 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:27,785 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,785 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,785 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,785 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,785 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,785 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,786 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 20:51:27,786 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 20:51:27,786 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,786 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,811 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:27,837 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,837 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,837 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,837 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,837 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,838 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,838 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,838 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,838 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,838 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,838 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,838 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,838 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,862 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,863 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,863 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:27,888 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,888 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,888 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,888 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,888 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,888 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 20:51:27,888 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,888 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,888 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,888 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,889 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,889 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,889 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,913 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 20:51:27,913 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 20:51:27,913 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,913 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,914 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,937 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 20:51:27,937 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,937 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,962 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 20:51:27,962 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,962 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: { 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:27,987 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 20:51:27,987 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: , 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: } 2024-03-01 20:51:27,987 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,010 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:28,034 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 20:51:28,034 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 20:51:28,034 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,034 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,035 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,064 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,065 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:28,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,090 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,090 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,091 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,120 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,121 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,145 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 20:51:28,145 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,145 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,171 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 20:51:28,171 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 20:51:28,171 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 20:51:28,171 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 20:51:28,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,171 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,172 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,197 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 20:51:28,197 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,197 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,198 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,222 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 20:51:28,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,222 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,245 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 20:51:28,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,245 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,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 20:51:28,270 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,270 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,294 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 20:51:28,294 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 20:51:28,294 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 20:51:28,294 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 20:51:28,294 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,294 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,318 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 20:51:28,318 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,318 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,345 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 20:51:28,345 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,345 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,346 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:28,375 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,375 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,375 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,375 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,375 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,375 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 20:51:28,375 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,375 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,375 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,375 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,376 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,376 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,376 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,376 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,400 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 20:51:28,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,400 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,425 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 20:51:28,425 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 20:51:28,425 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 20:51:28,425 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 20:51:28,425 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,425 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,454 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 20:51:28,454 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,454 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,455 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,480 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 20:51:28,480 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,480 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,505 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 20:51:28,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,505 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,529 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 20:51:28,529 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,529 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,553 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 20:51:28,553 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 20:51:28,553 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 20:51:28,553 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 20:51:28,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,553 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:28,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,579 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,579 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,579 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,579 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,579 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 20:51:28,579 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,580 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,580 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,580 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,580 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,580 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,580 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,604 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 20:51:28,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,604 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: { 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:28,627 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 20:51:28,627 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: , 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:28,627 INFO snapshot-role/MainThread: } 2024-03-01 20:51:28,628 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:31,681 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:51:31,681 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 20:51:31,715 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,715 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,715 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,715 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,715 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:31,716 INFO snapshot-role/MainThread: {"lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "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 20:51:31,716 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:31,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR"} 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,717 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:31,718 INFO snapshot-role/MainThread: {"lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "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 20:51:31,718 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:31,718 INFO snapshot-role/MainThread: {"lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "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 20:51:31,718 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "pv_name":"/dev/sde"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M"}, 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,718 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:31,719 INFO snapshot-role/MainThread: {"lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "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 20:51:31,719 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:31,719 INFO snapshot-role/MainThread: {"lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "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 20:51:31,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,719 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: VG: test_vg3 free 562036736 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv5_snapset1 size : 192937984 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv6_snapset1 size : 163577856 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv7_snapset1 size : 67108864 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv8_snapset1 size : 67108864 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: total 3699376128 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: space needed: 554906419.20 space available: 562036736 sufficient space: 1 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: VG: test_vg2 free 2084569088 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv3_snapset1 size : 50331648 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 20:51:31,720 INFO snapshot-role/MainThread: LV: lv4_snapset1 size : 96468992 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: LV: total 1111490560 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: space needed: 166723584.00 space available: 2084569088 sufficient space: 1 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: VG: test_vg1 free 788529152 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: LV: lv1_snapset1 size : 75497472 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: LV: lv2_snapset1 size : 243269632 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: LV: total 2407530496 2024-03-01 20:51:31,721 INFO snapshot-role/MainThread: space needed: 361129574.40 space available: 788529152 sufficient space: 1 2024-03-01 20:51:31,721 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 20:51:31,749 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,749 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,749 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,749 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,749 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:31,750 INFO snapshot-role/MainThread: {"lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "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 20:51:31,750 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:31,750 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR"} 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:31,751 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:31,752 INFO snapshot-role/MainThread: {"lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "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 20:51:31,752 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:31,752 INFO snapshot-role/MainThread: {"lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "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 20:51:31,752 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "pv_name":"/dev/sde"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M"}, 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:51:31,752 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:31,753 INFO snapshot-role/MainThread: {"lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "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 20:51:31,753 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:31,753 INFO snapshot-role/MainThread: {"lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "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 20:51:31,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:31,753 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,754 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,754 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,754 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,754 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,754 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,754 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,779 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,780 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,780 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,780 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,780 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,780 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,805 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 20:51:31,805 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 20:51:31,805 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,805 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,806 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,806 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,806 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,806 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,806 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,806 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:31,831 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,831 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,831 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,831 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,831 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,832 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,832 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,832 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,832 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,832 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,832 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,832 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,858 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,885 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,908 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,934 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 20:51:31,934 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 20:51:31,934 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,934 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,959 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:31,985 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:31,985 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:31,985 INFO snapshot-role/MainThread: { 2024-03-01 20:51:31,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: , 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: } 2024-03-01 20:51:31,986 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,011 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,034 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 20:51:32,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,034 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,062 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,062 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 20:51:32,062 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 20:51:32,062 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,063 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:32,092 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,092 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,092 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,092 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,092 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,092 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 20:51:32,092 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,092 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,092 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,092 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,093 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,093 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,093 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,093 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,118 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 20:51:32,118 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,118 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,147 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 20:51:32,147 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,147 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,171 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,198 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 20:51:32,198 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 20:51:32,198 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,198 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,199 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,199 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,224 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,248 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,273 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,274 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,274 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,299 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 20:51:32,299 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,299 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,300 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,300 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,300 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,324 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 20:51:32,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 20:51:32,324 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 20:51:32,324 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 20:51:32,324 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,324 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:32,349 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,349 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,349 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,349 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,349 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,349 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 20:51:32,349 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,350 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,350 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,350 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,350 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,350 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,350 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,350 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:32,374 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,374 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,374 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,374 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,374 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,374 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 20:51:32,374 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,374 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,375 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,375 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,375 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,375 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,375 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,375 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,399 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 20:51:32,399 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,399 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,400 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,425 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 20:51:32,425 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,425 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:32,451 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,451 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,451 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,451 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,452 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,452 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 20:51:32,452 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 20:51:32,452 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 20:51:32,452 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 20:51:32,452 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,452 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,452 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,452 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,452 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,452 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,452 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,452 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,478 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 20:51:32,478 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,478 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,501 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 20:51:32,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,501 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,525 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 20:51:32,525 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,525 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,550 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 20:51:32,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,550 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,551 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:32,575 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,575 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,575 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,575 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,575 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,575 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 20:51:32,575 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 20:51:32,575 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 20:51:32,575 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 20:51:32,575 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,575 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,575 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,575 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,576 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,576 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,576 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,576 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,600 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,601 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,625 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 20:51:32,625 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,625 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,648 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 20:51:32,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,648 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,672 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 20:51:32,672 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,672 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:32,698 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,698 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,698 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,698 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,698 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,698 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 20:51:32,698 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 20:51:32,698 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 20:51:32,698 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 20:51:32,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,699 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,699 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,699 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,699 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,699 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,724 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 20:51:32,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,724 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,748 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 20:51:32,748 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,748 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: { 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:32,771 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 20:51:32,771 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: , 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:32,771 INFO snapshot-role/MainThread: } 2024-03-01 20:51:32,772 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:35,670 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 20:51:35,670 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 20:51:35,698 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:35,698 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:35,699 INFO snapshot-role/MainThread: {"lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "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 20:51:35,699 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:35,699 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR"} 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,700 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:35,700 INFO snapshot-role/MainThread: {"lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "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 20:51:35,700 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:35,701 INFO snapshot-role/MainThread: {"lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "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 20:51:35,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "pv_name":"/dev/sde"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:35,701 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:35,702 INFO snapshot-role/MainThread: {"lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "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 20:51:35,702 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:35,702 INFO snapshot-role/MainThread: {"lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "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 20:51:35,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,702 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,703 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,727 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,750 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 20:51:35,750 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 20:51:35,750 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,750 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,777 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,802 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,826 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:35,850 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,850 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,850 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,850 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,850 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,851 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:35,879 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,879 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,879 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,879 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,879 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,879 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,880 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 20:51:35,880 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 20:51:35,880 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,880 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,909 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:35,932 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,933 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,956 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:35,980 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:35,980 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,980 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:35,980 INFO snapshot-role/MainThread: { 2024-03-01 20:51:35,980 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:35,980 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 20:51:35,980 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,980 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,980 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,981 INFO snapshot-role/MainThread: , 2024-03-01 20:51:35,981 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:35,981 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:35,981 INFO snapshot-role/MainThread: } 2024-03-01 20:51:35,981 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,006 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 20:51:36,006 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 20:51:36,006 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,006 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,007 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,007 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,007 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,007 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:36,032 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,032 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,032 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,032 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,032 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,032 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 20:51:36,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,032 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,032 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,032 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,033 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,033 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,033 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,033 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,060 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 20:51:36,060 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,060 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,061 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,085 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 20:51:36,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,085 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,110 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,134 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 20:51:36,134 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 20:51:36,134 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,134 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,135 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,159 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,183 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,211 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,212 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,212 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,236 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 20:51:36,236 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,236 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,259 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 20:51:36,259 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 20:51:36,259 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 20:51:36,259 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 20:51:36,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,259 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,283 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 20:51:36,283 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,283 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:36,308 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,308 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,309 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 20:51:36,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,309 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,334 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 20:51:36,334 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,334 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:36,360 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,360 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,360 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,360 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,360 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,361 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 20:51:36,361 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,361 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,361 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,361 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,361 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,361 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,361 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,361 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,387 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 20:51:36,387 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 20:51:36,387 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 20:51:36,387 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 20:51:36,387 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,387 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,388 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,388 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,388 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,412 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 20:51:36,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,412 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,439 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 20:51:36,439 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,439 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,463 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 20:51:36,463 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,463 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,488 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 20:51:36,488 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,488 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,513 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 20:51:36,513 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 20:51:36,513 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 20:51:36,513 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 20:51:36,513 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,513 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,514 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:36,538 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,538 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,538 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,538 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,538 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,539 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 20:51:36,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,539 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,539 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,539 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,539 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,539 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,539 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,564 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 20:51:36,564 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,564 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,565 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,565 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:36,593 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,593 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,593 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,594 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 20:51:36,594 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,594 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,618 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 20:51:36,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,618 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,643 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 20:51:36,643 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 20:51:36,643 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 20:51:36,643 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 20:51:36,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,643 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,666 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 20:51:36,666 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,666 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,697 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 20:51:36,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,697 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: { 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:36,721 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 20:51:36,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: , 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: } 2024-03-01 20:51:36,721 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:39,651 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 20:51:39,651 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 20:51:39,682 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:39,682 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:39,683 INFO snapshot-role/MainThread: {"lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "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 20:51:39,683 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,683 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"XTzYBv-qJ0A-Ivdg-dm7Y-XMK0-pmfJ-7queyr"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"b5DUyB-00RD-ION3-hhV3-uZ3X-qvyX-sy2q30"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"lJq8gm-Sado-FBbX-xgui-bjOc-b6LR-dY7Qpm"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"n8mWrf-Fhcf-C3ts-0v04-Do7B-KD4V-INsETR"} 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:39,684 INFO snapshot-role/MainThread: {"lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "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 20:51:39,684 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:39,684 INFO snapshot-role/MainThread: {"lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "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 20:51:39,684 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,684 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL", "pv_name":"/dev/sde"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"IsXLTG-BHU2-bwPn-dK32-w2Mf-gskI-1eR8OL"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"VA0q3I-9Q5f-DMc2-9pfI-VcEv-VJRN-DZ1r3M"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:39,685 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:39,686 INFO snapshot-role/MainThread: {"lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "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 20:51:39,686 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:39,686 INFO snapshot-role/MainThread: {"lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "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 20:51:39,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"2JzZtr-4Mxz-0Eqd-225r-AF7s-gv6W-Re7FvC"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"kkF8wD-zWe7-kc9Y-z6yG-ci6I-2WPT-Ix7hT9"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,686 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,687 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,712 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 20:51:39,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:39,836 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,836 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:39,836 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,836 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,836 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: { 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: , 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: } 2024-03-01 20:51:39,884 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 20:51:40,007 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,007 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,008 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,008 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,008 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,008 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:51:40,055 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:40,056 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 20:51:40,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: , 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,056 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 20:51:40,182 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,183 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,183 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,183 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,183 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,183 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:51:40,225 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,225 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,225 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:40,225 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,225 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:40,225 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:51:40,225 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,225 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,226 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,226 INFO snapshot-role/MainThread: , 2024-03-01 20:51:40,226 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,226 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,226 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,226 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 20:51:40,341 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,341 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,341 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,342 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,342 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,342 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:51:40,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:40,390 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 20:51:40,390 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: , 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,390 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 20:51:40,507 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,507 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,507 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,507 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,507 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:51:40,546 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,546 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,546 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:40,546 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,547 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:40,547 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 20:51:40,547 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,547 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,547 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,547 INFO snapshot-role/MainThread: , 2024-03-01 20:51:40,547 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,547 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,547 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,547 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 20:51:40,664 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,664 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,664 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,664 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,664 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,664 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:51:40,703 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,703 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,703 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:40,703 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,703 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:40,703 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 20:51:40,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,703 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,703 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,704 INFO snapshot-role/MainThread: , 2024-03-01 20:51:40,704 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,704 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,704 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,704 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 20:51:40,833 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,834 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,834 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,834 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,834 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,834 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:40,867 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 20:51:40,867 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: , 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,867 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,868 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 20:51:40,986 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:40,986 INFO snapshot-role/MainThread: { 2024-03-01 20:51:40,987 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:40,987 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:40,987 INFO snapshot-role/MainThread: } 2024-03-01 20:51:40,987 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:44,062 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 20:51:44,062 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 20:51:44,089 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,089 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,089 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,089 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,089 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "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 20:51:44,090 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "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 20:51:44,090 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:44,090 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "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 20:51:44,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,090 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"} 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:44,091 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:44,091 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:44,091 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:44,092 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:44,092 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:44,092 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,093 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,117 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 20:51:44,117 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,117 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,118 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,140 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 20:51:44,140 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 20:51:44,140 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 20:51:44,140 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 20:51:44,140 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,140 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,163 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,186 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 20:51:44,186 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,186 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:44,211 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,211 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,211 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,212 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 20:51:44,212 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 20:51:44,212 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 20:51:44,212 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 20:51:44,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,212 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,212 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,212 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,212 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,212 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,212 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,239 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,263 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 20:51:44,263 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,263 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:44,286 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,286 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,286 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,286 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,286 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,287 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 20:51:44,287 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 20:51:44,287 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 20:51:44,287 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 20:51:44,287 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,287 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,287 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,287 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,287 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,287 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,287 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,287 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,310 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,311 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,311 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,311 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,333 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 20:51:44,333 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,333 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,334 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:44,362 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,362 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,362 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,362 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,362 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,362 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 20:51:44,363 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 20:51:44,363 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 20:51:44,363 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 20:51:44,363 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,363 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,363 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,363 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,363 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,363 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,363 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,363 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:44,386 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:44,386 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,386 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,386 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,386 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,387 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,387 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,387 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,387 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,387 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,387 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,387 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,387 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,412 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 20:51:44,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,412 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,413 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,413 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,413 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,436 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 20:51:44,436 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 20:51:44,436 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,436 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,458 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,481 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 20:51:44,481 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,481 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,482 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,505 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 20:51:44,505 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 20:51:44,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,505 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:44,526 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,527 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:44,547 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,548 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 20:51:44,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,548 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,571 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 20:51:44,571 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 20:51:44,571 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,571 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,596 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:44,620 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,620 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,620 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,620 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,620 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,620 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 20:51:44,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,621 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,621 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,621 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,621 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,621 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,621 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:51:44,644 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 20:51:44,644 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,644 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: { 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: , 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:44,668 INFO snapshot-role/MainThread: } 2024-03-01 20:51:44,669 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:47,686 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 20:51:47,686 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 20:51:47,713 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:47,713 INFO snapshot-role/MainThread: { 2024-03-01 20:51:47,713 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:47,713 INFO snapshot-role/MainThread: { 2024-03-01 20:51:47,713 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:47,713 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "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 20:51:47,714 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "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 20:51:47,714 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:47,714 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "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 20:51:47,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:47,714 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"} 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: } 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: { 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:47,715 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:47,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:47,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: } 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: { 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:47,716 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:47,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:47,716 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: } 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: , 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: } 2024-03-01 20:51:47,717 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:51:50,689 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 20:51:50,689 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 20:51:50,719 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,719 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,719 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,719 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,719 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:50,719 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:51:50,719 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,719 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "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 20:51:50,720 INFO snapshot-role/MainThread: {"lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "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 20:51:50,720 INFO snapshot-role/MainThread: {"lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "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 20:51:50,720 INFO snapshot-role/MainThread: {"lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "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 20:51:50,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdi"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og", "pv_name":"/dev/sdh"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g", "pv_name":"/dev/sdj"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:50,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g"} 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "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 20:51:50,721 INFO snapshot-role/MainThread: {"lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "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 20:51:50,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c"}, 2024-03-01 20:51:50,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0"} 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "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 20:51:50,722 INFO snapshot-role/MainThread: {"lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "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 20:51:50,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sda"}, 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ", "pv_name":"/dev/sdb"}, 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ"}, 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"}, 2024-03-01 20:51:50,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg"} 2024-03-01 20:51:50,723 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,723 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,723 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,723 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,723 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,723 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,723 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,723 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,749 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 20:51:50,749 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,749 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:50,773 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,773 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,773 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,773 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,773 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 20:51:50,773 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 20:51:50,774 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 20:51:50,774 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 20:51:50,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,774 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,774 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,774 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,774 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,774 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,774 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,798 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,826 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 20:51:50,826 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,826 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,848 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 20:51:50,848 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 20:51:50,848 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 20:51:50,848 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 20:51:50,848 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,848 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:51:50,871 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:50,871 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,871 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,871 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,871 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,871 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,872 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,872 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,872 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,872 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,872 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,872 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,894 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 20:51:50,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,894 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,895 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:50,923 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,923 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,923 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,923 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,923 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,923 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 20:51:50,923 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 20:51:50,923 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 20:51:50,923 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 20:51:50,923 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,923 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,923 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,924 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,924 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,924 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,924 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,924 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,948 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,949 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,949 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,949 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:51:50,973 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,973 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,973 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,973 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,973 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,973 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 20:51:50,973 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,973 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,973 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,973 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,974 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,974 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,974 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,974 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:51:50,997 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:50,997 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,997 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:50,997 INFO snapshot-role/MainThread: { 2024-03-01 20:51:50,997 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:50,997 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 20:51:50,997 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 20:51:50,997 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 20:51:50,997 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 20:51:50,997 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,997 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,997 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,997 INFO snapshot-role/MainThread: , 2024-03-01 20:51:50,998 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:50,998 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:50,998 INFO snapshot-role/MainThread: } 2024-03-01 20:51:50,998 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,020 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,045 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 20:51:51,045 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,045 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,046 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,046 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,067 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 20:51:51,067 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 20:51:51,067 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,067 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,090 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,115 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 20:51:51,115 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,115 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,137 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 20:51:51,137 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 20:51:51,137 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,137 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,164 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:51:51,189 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:51,189 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,189 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,189 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,189 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,189 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 20:51:51,190 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,190 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,190 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,190 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,190 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,190 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,190 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,190 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:51,213 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:51,213 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,213 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,213 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,213 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,213 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 20:51:51,214 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 20:51:51,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,214 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,214 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,214 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,214 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,214 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,237 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,261 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 20:51:51,261 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,261 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,286 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 20:51:51,286 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 20:51:51,286 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,286 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,287 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,287 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,287 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: { 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: , 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: ] 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: } 2024-03-01 20:51:51,309 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:05,521 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:53:05,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 20:53:05,550 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,550 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,550 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,550 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,550 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "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 20:53:05,551 INFO snapshot-role/MainThread: {"lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "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 20:53:05,551 INFO snapshot-role/MainThread: {"lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "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 20:53:05,551 INFO snapshot-role/MainThread: {"lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "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 20:53:05,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:05,551 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n"} 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "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 20:53:05,552 INFO snapshot-role/MainThread: {"lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "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 20:53:05,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 20:53:05,552 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx"}, 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At"} 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "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 20:53:05,553 INFO snapshot-role/MainThread: {"lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "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 20:53:05,553 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sda"}, 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:05,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L"} 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 20:53:05,554 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 20:53:05,555 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 20:53:05,555 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 20:53:05,555 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 20:53:05,555 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 20:53:05,555 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 20:53:05,555 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 20:53:05,555 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 20:53:05,555 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 20:53:05,582 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:05,582 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "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 20:53:05,583 INFO snapshot-role/MainThread: {"lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "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 20:53:05,583 INFO snapshot-role/MainThread: {"lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "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 20:53:05,583 INFO snapshot-role/MainThread: {"lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "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 20:53:05,583 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv"}, 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n"} 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,583 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "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 20:53:05,584 INFO snapshot-role/MainThread: {"lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "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 20:53:05,584 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx"}, 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At"} 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,584 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "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 20:53:05,585 INFO snapshot-role/MainThread: {"lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "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 20:53:05,585 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sda"}, 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L"} 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,585 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,586 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,586 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,586 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,609 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 20:53:05,609 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,609 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,633 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 20:53:05,633 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 20:53:05,633 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 20:53:05,633 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 20:53:05,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,633 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,656 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,657 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,657 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,657 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 20:53:05,878 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,878 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,878 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,878 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,879 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,879 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:53:05,930 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,930 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,930 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,930 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,930 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,931 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 20:53:05,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,931 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,931 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,931 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,931 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,931 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,931 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:05,958 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:05,958 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,958 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,958 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,958 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,958 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:05,958 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:05,958 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 20:53:05,958 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 20:53:05,958 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 20:53:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,959 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,959 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,959 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,959 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,959 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: { 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: , 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:05,983 INFO snapshot-role/MainThread: } 2024-03-01 20:53:05,984 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 20:53:06,189 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,189 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,189 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,189 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,189 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,190 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:53:06,240 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,240 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,240 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,240 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,240 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,240 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 20:53:06,240 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,240 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,241 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,241 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,241 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,241 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,241 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,241 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:06,267 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 20:53:06,267 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 20:53:06,267 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,267 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,268 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,268 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,268 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,268 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,293 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 20:53:06,507 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,507 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,507 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,507 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,508 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,508 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:53:06,556 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,556 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,556 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,556 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,557 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 20:53:06,557 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,557 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,557 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,557 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,557 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,557 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,557 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,557 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:06,583 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,583 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,583 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,583 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,583 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,583 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:06,583 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:06,583 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:06,584 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:06,584 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 20:53:06,584 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 20:53:06,584 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 20:53:06,584 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,584 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,584 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,584 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,584 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,584 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,584 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,584 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,610 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 20:53:06,819 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,819 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,819 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,819 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,819 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,819 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:53:06,870 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,870 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,870 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,870 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,870 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,870 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 20:53:06,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,870 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,870 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,871 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,871 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,871 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,871 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,871 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:06,894 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:06,894 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,894 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,894 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,894 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,894 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 20:53:06,894 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 20:53:06,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,894 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,894 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,894 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,895 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,895 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,895 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,895 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: { 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: , 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: } 2024-03-01 20:53:06,918 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 20:53:07,120 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,120 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,120 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,120 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,120 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,121 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:53:07,165 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,166 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 20:53:07,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,166 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,190 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 20:53:07,190 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 20:53:07,190 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 20:53:07,190 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,190 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,191 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,191 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,214 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 20:53:07,421 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,421 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,421 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,421 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,421 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:53:07,460 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,460 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,460 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,460 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,460 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,460 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 20:53:07,460 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,461 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,461 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,461 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,461 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,461 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,461 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,485 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 20:53:07,485 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 20:53:07,485 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,485 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,486 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:53:07,511 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:07,511 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,511 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,511 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,511 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,511 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,511 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,511 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,512 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,512 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,512 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,512 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,512 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 20:53:07,720 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,720 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,720 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,720 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,720 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,720 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:53:07,760 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,760 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,761 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 20:53:07,761 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,761 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:07,786 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:07,786 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,786 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,786 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,786 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,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 20:53:07,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":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:07,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 20:53:07,787 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,787 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,787 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,787 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,787 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,787 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,787 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: { 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: , 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: } 2024-03-01 20:53:07,811 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 20:53:08,018 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:08,018 INFO snapshot-role/MainThread: { 2024-03-01 20:53:08,018 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:08,018 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:08,019 INFO snapshot-role/MainThread: } 2024-03-01 20:53:08,019 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:10,975 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 20:53:10,975 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 20:53:11,006 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"lv_uuid":"SYlc5x-Nq5f-u71v-bO0C-KyVe-41nu-bGTC92", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"lv_uuid":"HRqFI2-7mZM-iRVb-4sdW-7VQh-i9j6-7chFdd", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "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 20:53:11,007 INFO snapshot-role/MainThread: {"lv_uuid":"3bwDUW-XGlT-99Rv-i63q-rp3M-6enM-d9r0NP", "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 20:53:11,007 INFO snapshot-role/MainThread: {"lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: {"lv_uuid":"phPFom-LZPm-oNh2-U3rx-vcgh-yZUU-5eAwMY", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,007 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"HRqFI2-7mZM-iRVb-4sdW-7VQh-i9j6-7chFdd", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"3bwDUW-XGlT-99Rv-i63q-rp3M-6enM-d9r0NP", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"phPFom-LZPm-oNh2-U3rx-vcgh-yZUU-5eAwMY", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"SYlc5x-Nq5f-u71v-bO0C-KyVe-41nu-bGTC92", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"3bwDUW-XGlT-99Rv-i63q-rp3M-6enM-d9r0NP"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"HRqFI2-7mZM-iRVb-4sdW-7VQh-i9j6-7chFdd"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"SYlc5x-Nq5f-u71v-bO0C-KyVe-41nu-bGTC92"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"phPFom-LZPm-oNh2-U3rx-vcgh-yZUU-5eAwMY"}, 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n"} 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,008 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "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 20:53:11,009 INFO snapshot-role/MainThread: {"lv_uuid":"I1p4tC-ZhOc-y2Rf-UjRp-8X2c-6bkX-LFeyJ0", "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 20:53:11,009 INFO snapshot-role/MainThread: {"lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "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 20:53:11,009 INFO snapshot-role/MainThread: {"lv_uuid":"G8L0oB-Uqf5-OZWh-24C1-9Ax9-L69K-0aAM1Z", "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 20:53:11,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT", "lv_uuid":"G8L0oB-Uqf5-OZWh-24C1-9Ax9-L69K-0aAM1Z", "pv_name":"/dev/sde"}, 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"I1p4tC-ZhOc-y2Rf-UjRp-8X2c-6bkX-LFeyJ0", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:11,009 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"G8L0oB-Uqf5-OZWh-24C1-9Ax9-L69K-0aAM1Z"}, 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"I1p4tC-ZhOc-y2Rf-UjRp-8X2c-6bkX-LFeyJ0"}, 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx"}, 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At"} 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "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 20:53:11,010 INFO snapshot-role/MainThread: {"lv_uuid":"GCdfYr-BHf1-r9x8-OFgy-Ilj1-nYra-hL9ypD", "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 20:53:11,010 INFO snapshot-role/MainThread: {"lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "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 20:53:11,010 INFO snapshot-role/MainThread: {"lv_uuid":"QROmRb-iP4w-i2d1-mrBU-6alZ-UWbu-bVvQqB", "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 20:53:11,010 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sda"}, 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:11,010 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"GCdfYr-BHf1-r9x8-OFgy-Ilj1-nYra-hL9ypD", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"QROmRb-iP4w-i2d1-mrBU-6alZ-UWbu-bVvQqB", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"GCdfYr-BHf1-r9x8-OFgy-Ilj1-nYra-hL9ypD"}, 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"QROmRb-iP4w-i2d1-mrBU-6alZ-UWbu-bVvQqB"}, 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L"} 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,011 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,035 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,036 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,036 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,036 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,036 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:11,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,062 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,063 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 20:53:11,063 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 20:53:11,063 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,063 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,089 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,090 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,090 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,090 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,090 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,115 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,116 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,116 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,116 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,116 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:53:11,140 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,140 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,141 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:53:11,166 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,166 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,166 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,166 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,167 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:11,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,193 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,193 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,193 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,193 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,194 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 20:53:11,194 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 20:53:11,194 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,194 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,218 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,242 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,268 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,292 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 20:53:11,292 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,292 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,317 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 20:53:11,317 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 20:53:11,317 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,317 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,318 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,318 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,318 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,318 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,318 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,318 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:53:11,343 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,343 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,343 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,343 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,343 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,343 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 20:53:11,343 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,343 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,343 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,344 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,344 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,344 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,344 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,344 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,369 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 20:53:11,369 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,369 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,370 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,395 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 20:53:11,395 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,395 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,396 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,422 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,423 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,423 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,423 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,423 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,449 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,449 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 20:53:11,450 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 20:53:11,450 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,450 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,475 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,476 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,499 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,500 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,524 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,550 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 20:53:11,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,550 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,551 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:11,575 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,575 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,575 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,575 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,575 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,575 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 20:53:11,575 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 20:53:11,575 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 20:53:11,575 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 20:53:11,575 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,575 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,576 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,576 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,576 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,576 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,576 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,576 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,602 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 20:53:11,602 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,602 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,603 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,603 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,603 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:53:11,630 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,630 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,630 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,630 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,630 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,630 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 20:53:11,630 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,630 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,630 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,630 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,631 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,631 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,631 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,631 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:53:11,656 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,656 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,656 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,656 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,656 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 20:53:11,656 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,656 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,656 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,656 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,657 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,657 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,657 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,657 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,682 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,683 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,683 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,683 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,683 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,683 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:11,709 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,709 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,709 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,709 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,709 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,709 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 20:53:11,709 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 20:53:11,709 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 20:53:11,709 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 20:53:11,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,709 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,709 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,709 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,710 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,710 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,710 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,710 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:53:11,735 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,735 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,735 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,735 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,736 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,736 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 20:53:11,736 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,736 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,736 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,736 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,736 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,736 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,736 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,736 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:53:11,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,761 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,761 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,761 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,761 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,761 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 20:53:11,762 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,762 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,762 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,762 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,762 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,762 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,762 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,762 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,788 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 20:53:11,788 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,788 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,789 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,813 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 20:53:11,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,813 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,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 20:53:11,839 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 20:53:11,839 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 20:53:11,839 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 20:53:11,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,839 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,840 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,840 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,863 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 20:53:11,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,863 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,889 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 20:53:11,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,889 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,912 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 20:53:11,912 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,912 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,941 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 20:53:11,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,941 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,942 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:11,967 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,967 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,967 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,967 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,967 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,967 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 20:53:11,968 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:11,968 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 20:53:11,968 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 20:53:11,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,968 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,968 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,968 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,968 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,968 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,968 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:53:11,996 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:11,996 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,996 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:11,996 INFO snapshot-role/MainThread: { 2024-03-01 20:53:11,997 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:11,997 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 20:53:11,997 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,997 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,997 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,997 INFO snapshot-role/MainThread: , 2024-03-01 20:53:11,997 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:11,997 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:11,997 INFO snapshot-role/MainThread: } 2024-03-01 20:53:11,997 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:53:12,023 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:12,023 INFO snapshot-role/MainThread: { 2024-03-01 20:53:12,023 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:12,023 INFO snapshot-role/MainThread: { 2024-03-01 20:53:12,023 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:12,023 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 20:53:12,023 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:12,023 INFO snapshot-role/MainThread: } 2024-03-01 20:53:12,023 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:12,023 INFO snapshot-role/MainThread: , 2024-03-01 20:53:12,024 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:12,024 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:12,024 INFO snapshot-role/MainThread: } 2024-03-01 20:53:12,024 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: { 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: { 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:12,047 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 20:53:12,047 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: } 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: , 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:12,047 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:12,048 INFO snapshot-role/MainThread: } 2024-03-01 20:53:12,048 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:15,083 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 20:53:15,083 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 20:53:15,083 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:15,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:15,110 INFO snapshot-role/MainThread: { 2024-03-01 20:53:15,110 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:15,110 INFO snapshot-role/MainThread: { 2024-03-01 20:53:15,110 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:15,110 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 20:53:15,110 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 20:53:15,111 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 20:53:15,111 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 20:53:15,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:15,111 INFO snapshot-role/MainThread: } 2024-03-01 20:53:15,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:15,111 INFO snapshot-role/MainThread: , 2024-03-01 20:53:15,111 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:15,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:15,111 INFO snapshot-role/MainThread: } 2024-03-01 20:53:15,111 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: { 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: { 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:15,133 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 20:53:15,133 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: } 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: , 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:15,133 INFO snapshot-role/MainThread: } 2024-03-01 20:53:15,134 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 20:53:15,166 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:15,167 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:18,056 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv2_mp None None snapset1 lv2 test_vg1 None 2024-03-01 20:53:18,056 INFO snapshot-role/MainThread: mount_lv : /mnt/lv2_mp 2024-03-01 20:53:18,056 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:18,085 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:18,085 INFO snapshot-role/MainThread: { 2024-03-01 20:53:18,085 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:18,085 INFO snapshot-role/MainThread: { 2024-03-01 20:53:18,086 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:18,086 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 20:53:18,086 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 20:53:18,086 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 20:53:18,086 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 20:53:18,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:18,086 INFO snapshot-role/MainThread: } 2024-03-01 20:53:18,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:18,086 INFO snapshot-role/MainThread: , 2024-03-01 20:53:18,086 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:18,086 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:18,086 INFO snapshot-role/MainThread: } 2024-03-01 20:53:18,086 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: { 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: { 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:18,112 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 20:53:18,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: } 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: , 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:18,112 INFO snapshot-role/MainThread: } 2024-03-01 20:53:18,113 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv2_snapset1 /mnt/lv2_mp 2024-03-01 20:53:18,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:18,146 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:21,105 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv7_mp None None snapset1 lv7 test_vg3 None 2024-03-01 20:53:21,105 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 20:53:21,106 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:21,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:21,133 INFO snapshot-role/MainThread: { 2024-03-01 20:53:21,133 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: { 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:21,134 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 20:53:21,134 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 20:53:21,134 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: } 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: , 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: } 2024-03-01 20:53:21,134 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:53:21,161 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:21,161 INFO snapshot-role/MainThread: { 2024-03-01 20:53:21,161 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:21,161 INFO snapshot-role/MainThread: { 2024-03-01 20:53:21,162 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:21,162 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 20:53:21,162 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:21,162 INFO snapshot-role/MainThread: } 2024-03-01 20:53:21,162 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:21,162 INFO snapshot-role/MainThread: , 2024-03-01 20:53:21,162 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:21,162 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:21,162 INFO snapshot-role/MainThread: } 2024-03-01 20:53:21,162 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 20:53:21,192 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:21,193 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:24,080 INFO snapshot-role/MainThread: mount_cmd: 1 1 0 /mnt/lv6_mp None None snapset1 lv6 test_vg3 None 2024-03-01 20:53:24,080 INFO snapshot-role/MainThread: mount_lv : /mnt/lv6_mp 2024-03-01 20:53:24,081 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:24,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:24,110 INFO snapshot-role/MainThread: { 2024-03-01 20:53:24,110 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: { 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:24,111 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 20:53:24,111 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 20:53:24,111 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: } 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: , 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: } 2024-03-01 20:53:24,111 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: { 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: { 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: } 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: , 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:24,135 INFO snapshot-role/MainThread: } 2024-03-01 20:53:24,136 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv6 /mnt/lv6_mp 2024-03-01 20:53:24,164 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:24,164 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:27,072 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 20:53:27,072 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 20:53:27,072 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:27,100 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:27,100 INFO snapshot-role/MainThread: { 2024-03-01 20:53:27,100 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:27,100 INFO snapshot-role/MainThread: { 2024-03-01 20:53:27,100 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:27,100 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 20:53:27,101 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 20:53:27,101 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 20:53:27,101 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:27,101 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:27,101 INFO snapshot-role/MainThread: } 2024-03-01 20:53:27,101 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:27,101 INFO snapshot-role/MainThread: , 2024-03-01 20:53:27,101 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:27,101 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:27,101 INFO snapshot-role/MainThread: } 2024-03-01 20:53:27,101 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:53:27,126 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:27,126 INFO snapshot-role/MainThread: { 2024-03-01 20:53:27,126 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:27,126 INFO snapshot-role/MainThread: { 2024-03-01 20:53:27,126 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:27,126 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 20:53:27,126 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:27,126 INFO snapshot-role/MainThread: } 2024-03-01 20:53:27,126 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:27,126 INFO snapshot-role/MainThread: , 2024-03-01 20:53:27,127 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:27,127 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:27,127 INFO snapshot-role/MainThread: } 2024-03-01 20:53:27,127 INFO snapshot-role/MainThread: exit code: 0: ['/mnt/lv1_mp is already mounted at /dev/test_vg1/lv1_snapset1'] 2024-03-01 20:53:30,164 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 20:53:30,165 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 20:53:30,165 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:30,192 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:30,192 INFO snapshot-role/MainThread: { 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: { 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:30,193 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 20:53:30,193 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 20:53:30,193 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 20:53:30,193 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: } 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: , 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: } 2024-03-01 20:53:30,193 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: { 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: { 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: } 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: , 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:30,218 INFO snapshot-role/MainThread: } 2024-03-01 20:53:30,219 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 20:53:30,219 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 20:53:30,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:30,233 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:33,329 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 20:53:33,329 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 20:53:33,329 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:33,358 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:33,358 INFO snapshot-role/MainThread: { 2024-03-01 20:53:33,358 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:33,358 INFO snapshot-role/MainThread: { 2024-03-01 20:53:33,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:33,359 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 20:53:33,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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:33,359 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 20:53:33,359 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:33,359 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:33,359 INFO snapshot-role/MainThread: } 2024-03-01 20:53:33,359 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:33,359 INFO snapshot-role/MainThread: , 2024-03-01 20:53:33,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:33,359 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:33,359 INFO snapshot-role/MainThread: } 2024-03-01 20:53:33,359 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 20:53:33,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:33,383 INFO snapshot-role/MainThread: { 2024-03-01 20:53:33,383 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:33,383 INFO snapshot-role/MainThread: { 2024-03-01 20:53:33,383 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:33,383 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 20:53:33,383 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:33,383 INFO snapshot-role/MainThread: } 2024-03-01 20:53:33,384 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:33,384 INFO snapshot-role/MainThread: , 2024-03-01 20:53:33,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:33,384 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:33,384 INFO snapshot-role/MainThread: } 2024-03-01 20:53:33,384 INFO snapshot-role/MainThread: exit code: 0: ['not mounted /mnt/lv1_mp'] 2024-03-01 20:53:36,314 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv2_mp lv2 test_vg1 None 2024-03-01 20:53:36,314 INFO snapshot-role/MainThread: umount_lv : /mnt/lv2_mp 2024-03-01 20:53:36,315 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:36,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:36,342 INFO snapshot-role/MainThread: { 2024-03-01 20:53:36,342 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: { 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:36,343 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 20:53:36,343 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 20:53:36,343 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 20:53:36,343 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: } 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: , 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: } 2024-03-01 20:53:36,343 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2 2024-03-01 20:53:36,367 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:36,367 INFO snapshot-role/MainThread: { 2024-03-01 20:53:36,367 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:36,367 INFO snapshot-role/MainThread: { 2024-03-01 20:53:36,367 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:36,368 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 20:53:36,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:36,368 INFO snapshot-role/MainThread: } 2024-03-01 20:53:36,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:36,368 INFO snapshot-role/MainThread: , 2024-03-01 20:53:36,368 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:36,368 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:36,368 INFO snapshot-role/MainThread: } 2024-03-01 20:53:36,368 INFO snapshot-role/MainThread: umount target /mnt/lv2_mp from device /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 20:53:36,368 INFO snapshot-role/MainThread: Running... umount /mnt/lv2_mp -A 2024-03-01 20:53:36,382 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:36,382 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:39,286 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv7_mp lv7 test_vg3 None 2024-03-01 20:53:39,286 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 20:53:39,286 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:39,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:39,312 INFO snapshot-role/MainThread: { 2024-03-01 20:53:39,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: { 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-aos---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.29", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:39,313 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 20:53:39,313 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 20:53:39,313 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: } 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: , 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: } 2024-03-01 20:53:39,313 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 20:53:39,339 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:39,339 INFO snapshot-role/MainThread: { 2024-03-01 20:53:39,339 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:39,339 INFO snapshot-role/MainThread: { 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:39,340 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 20:53:39,340 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: } 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: , 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: } 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 20:53:39,340 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp -A 2024-03-01 20:53:39,356 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:39,357 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:42,305 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv6_mp None None None 2024-03-01 20:53:42,305 INFO snapshot-role/MainThread: umount_lv : /mnt/lv6_mp 2024-03-01 20:53:42,305 INFO snapshot-role/MainThread: umount target /mnt/lv6_mp from device /dev/mapper/test_vg3-lv6 2024-03-01 20:53:42,305 INFO snapshot-role/MainThread: Running... umount /mnt/lv6_mp -A 2024-03-01 20:53:42,324 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:42,325 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:45,232 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 20:53:45,232 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 20:53:45,260 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,260 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,260 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:45,260 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,260 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:45,260 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 20:53:45,260 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"lv_uuid":"SYlc5x-Nq5f-u71v-bO0C-KyVe-41nu-bGTC92", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"lv_uuid":"HRqFI2-7mZM-iRVb-4sdW-7VQh-i9j6-7chFdd", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"1.30", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "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 20:53:45,261 INFO snapshot-role/MainThread: {"lv_uuid":"3bwDUW-XGlT-99Rv-i63q-rp3M-6enM-d9r0NP", "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":"3.16", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"lv_uuid":"phPFom-LZPm-oNh2-U3rx-vcgh-yZUU-5eAwMY", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"HRqFI2-7mZM-iRVb-4sdW-7VQh-i9j6-7chFdd", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"3bwDUW-XGlT-99Rv-i63q-rp3M-6enM-d9r0NP", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"phPFom-LZPm-oNh2-U3rx-vcgh-yZUU-5eAwMY", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:45,261 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"SYlc5x-Nq5f-u71v-bO0C-KyVe-41nu-bGTC92", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"3bwDUW-XGlT-99Rv-i63q-rp3M-6enM-d9r0NP"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"HRqFI2-7mZM-iRVb-4sdW-7VQh-i9j6-7chFdd"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"SYlc5x-Nq5f-u71v-bO0C-KyVe-41nu-bGTC92"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"phPFom-LZPm-oNh2-U3rx-vcgh-yZUU-5eAwMY"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n"} 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,262 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "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 20:53:45,263 INFO snapshot-role/MainThread: {"lv_uuid":"I1p4tC-ZhOc-y2Rf-UjRp-8X2c-6bkX-LFeyJ0", "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 20:53:45,263 INFO snapshot-role/MainThread: {"lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "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 20:53:45,263 INFO snapshot-role/MainThread: {"lv_uuid":"G8L0oB-Uqf5-OZWh-24C1-9Ax9-L69K-0aAM1Z", "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 20:53:45,263 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT", "lv_uuid":"G8L0oB-Uqf5-OZWh-24C1-9Ax9-L69K-0aAM1Z", "pv_name":"/dev/sde"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"I1p4tC-ZhOc-y2Rf-UjRp-8X2c-6bkX-LFeyJ0", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"G8L0oB-Uqf5-OZWh-24C1-9Ax9-L69K-0aAM1Z"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"I1p4tC-ZhOc-y2Rf-UjRp-8X2c-6bkX-LFeyJ0"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx"}, 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At"} 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,263 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "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 20:53:45,264 INFO snapshot-role/MainThread: {"lv_uuid":"GCdfYr-BHf1-r9x8-OFgy-Ilj1-nYra-hL9ypD", "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":"2.81", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "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 20:53:45,264 INFO snapshot-role/MainThread: {"lv_uuid":"QROmRb-iP4w-i2d1-mrBU-6alZ-UWbu-bVvQqB", "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.87", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sda"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"GCdfYr-BHf1-r9x8-OFgy-Ilj1-nYra-hL9ypD", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"QROmRb-iP4w-i2d1-mrBU-6alZ-UWbu-bVvQqB", "pv_name":"/dev/sdc"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"GCdfYr-BHf1-r9x8-OFgy-Ilj1-nYra-hL9ypD"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"QROmRb-iP4w-i2d1-mrBU-6alZ-UWbu-bVvQqB"}, 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L"} 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,264 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,265 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,265 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,265 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,265 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,265 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,291 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,292 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,292 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,292 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 20:53:45,414 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,414 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,414 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,414 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,414 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,414 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 20:53:45,463 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,463 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,463 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:45,463 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"1.30", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,464 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 20:53:45,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,585 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,585 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,585 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,585 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,585 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 20:53:45,640 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,640 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,640 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:45,641 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 20:53:45,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,641 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 20:53:45,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,761 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,761 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,762 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,762 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,762 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 20:53:45,813 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,814 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 20:53:45,945 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,945 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,945 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,945 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,945 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,945 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 20:53:45,995 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:45,995 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: { 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:45,996 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 20:53:45,996 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: , 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: } 2024-03-01 20:53:45,996 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 20:53:46,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:46,110 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,110 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:46,110 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,110 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,111 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 20:53:46,151 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:46,151 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:46,152 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 20:53:46,152 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: , 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,152 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 20:53:46,263 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:46,263 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:46,263 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,263 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,263 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:53:46,306 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:46,306 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,306 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:46,307 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 20:53:46,307 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: , 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,307 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 20:53:46,408 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:46,409 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,409 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:46,409 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,409 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,409 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 20:53:46,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:46,454 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,454 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:46,455 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.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: , 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,455 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 20:53:46,574 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:46,575 INFO snapshot-role/MainThread: { 2024-03-01 20:53:46,575 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:46,575 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:46,575 INFO snapshot-role/MainThread: } 2024-03-01 20:53:46,575 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:53:49,707 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 20:53:49,708 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 20:53:49,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:49,737 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "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 20:53:49,738 INFO snapshot-role/MainThread: {"lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "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 20:53:49,738 INFO snapshot-role/MainThread: {"lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "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 20:53:49,738 INFO snapshot-role/MainThread: {"lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "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 20:53:49,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdh"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7", "pv_name":"/dev/sdi"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w", "pv_name":"/dev/sdg"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP", "lv_uuid":"", "pv_name":"/dev/sdg"} 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7"}, 2024-03-01 20:53:49,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv"}, 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n"} 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "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 20:53:49,739 INFO snapshot-role/MainThread: {"lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "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 20:53:49,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At", "pv_name":"/dev/sdd"}, 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:49,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx"}, 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At"} 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "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 20:53:49,740 INFO snapshot-role/MainThread: {"lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "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 20:53:49,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sda"}, 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,740 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS"}, 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L"} 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,741 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,765 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 20:53:49,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,765 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:49,789 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:49,789 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,789 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,789 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,789 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,789 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 20:53:49,789 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 20:53:49,789 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 20:53:49,789 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 20:53:49,789 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,790 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,790 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,790 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,790 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,790 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,790 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,790 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,816 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,817 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,817 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,817 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,840 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 20:53:49,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,840 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:49,865 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:49,865 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,865 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,865 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,865 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,865 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 20:53:49,865 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 20:53:49,865 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 20:53:49,865 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 20:53:49,865 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,865 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,866 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,866 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,866 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,866 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,866 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,866 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,889 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,912 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 20:53:49,912 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,912 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,913 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,913 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,913 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,935 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 20:53:49,935 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 20:53:49,935 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 20:53:49,935 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 20:53:49,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,935 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,936 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,961 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,962 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: { 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:49,988 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 20:53:49,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: , 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:49,988 INFO snapshot-role/MainThread: } 2024-03-01 20:53:49,989 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:53:50,014 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 20:53:50,014 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 20:53:50,014 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 20:53:50,014 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,014 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,015 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,015 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,015 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,015 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,038 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 20:53:50,063 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,063 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,063 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,063 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,063 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,063 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 20:53:50,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,063 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,063 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,063 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,064 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,064 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,064 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,064 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:50,087 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,087 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,087 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,087 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,087 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,087 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 20:53:50,088 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 20:53:50,088 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,088 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,088 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,088 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,088 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,088 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,088 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,088 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 20:53:50,112 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:50,112 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,112 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,112 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,112 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,112 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,113 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,113 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,113 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,113 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,113 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,113 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,113 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 20:53:50,135 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,135 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,135 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,136 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 20:53:50,136 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,136 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,136 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,136 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,136 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,136 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,136 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,136 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,159 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 20:53:50,159 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 20:53:50,159 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,159 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,160 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,160 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,160 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 20:53:50,184 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:50,184 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,184 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,184 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,184 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,184 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,185 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,185 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,185 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,185 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,185 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,185 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,185 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:53:50,209 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,209 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,209 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,209 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,209 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 20:53:50,209 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,209 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,209 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,210 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,210 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,210 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,210 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,210 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,233 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 20:53:50,233 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 20:53:50,233 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,233 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,256 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,257 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,280 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 20:53:50,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,280 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,281 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,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 20:53:50,303 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 20:53:50,303 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,303 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: { 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: , 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: ] 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: } 2024-03-01 20:53:50,327 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:54:55,465 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 20:54:55,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 20:54:55,494 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,494 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: {"lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "pv_name":"/dev/sda"}, 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET"}, 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET"} 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: VG: test_vg1 free 1589641216 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: LV: lv1 size : 1606418432 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: LV: total 1606418432 2024-03-01 20:54:55,495 INFO snapshot-role/MainThread: space needed: 240962764.80 space available: 1589641216 sufficient space: 1 2024-03-01 20:54:55,496 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 20:54:55,520 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: {"lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:54:55,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "pv_name":"/dev/sda"}, 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET"}, 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET"} 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,521 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,544 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,568 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: , 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,592 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 240975872B test_vg1/lv1 2024-03-01 20:54:55,803 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:55,803 INFO snapshot-role/MainThread: { 2024-03-01 20:54:55,804 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:55,804 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:55,804 INFO snapshot-role/MainThread: } 2024-03-01 20:54:55,804 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:54:58,688 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 20:54:58,688 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 20:54:58,688 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: { 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: { 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: } 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: , 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:58,715 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:58,716 INFO snapshot-role/MainThread: } 2024-03-01 20:54:58,716 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: { 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: { 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: } 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: , 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: ] 2024-03-01 20:54:58,739 INFO snapshot-role/MainThread: } 2024-03-01 20:54:58,740 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 20:54:58,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:54:58,772 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:55:01,669 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 20:55:01,669 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-03-01 20:55:01,669 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:55:01,694 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:01,694 INFO snapshot-role/MainThread: { 2024-03-01 20:55:01,694 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:01,694 INFO snapshot-role/MainThread: { 2024-03-01 20:55:01,694 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: } 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: , 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: } 2024-03-01 20:55:01,695 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: { 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: { 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: } 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: , 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:01,717 INFO snapshot-role/MainThread: } 2024-03-01 20:55:01,718 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 20:55:01,720 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:01,720 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 20:55:01,721 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:55:04,621 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/wrong_mountpoint None None snapset1 lv1 test_vg1 None 2024-03-01 20:55:04,621 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/wrong_mountpoint None test_vg1 lv1 snapset1 2024-03-01 20:55:04,621 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: { 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: { 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: } 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: , 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: } 2024-03-01 20:55:04,645 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: { 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: { 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: } 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: , 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: } 2024-03-01 20:55:04,669 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 20:55:04,672 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:04,672 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 20:55:04,673 INFO snapshot-role/MainThread: exit code: 36: ['blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint'] 2024-03-01 20:55:07,692 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 20:55:07,692 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 20:55:07,693 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: { 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: { 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: } 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: , 2024-03-01 20:55:07,717 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:07,718 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:07,718 INFO snapshot-role/MainThread: } 2024-03-01 20:55:07,718 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: { 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: { 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: } 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: , 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: } 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 20:55:07,742 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 20:55:07,756 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:07,757 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:55:10,731 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 20:55:10,731 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 20:55:10,756 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: { 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: { 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE", "vg_size":"3196059648", "vg_free":"1346371584", "vg_extent_size":"4194304"} 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: , 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:55:10,756 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: , 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"lv_uuid":"FI5saP-1CAq-pYZQ-jr2r-Rq6c-rB6J-IkfCu0", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"243269632", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.87", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: , 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "pv_name":"/dev/sdb"}, 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"FI5saP-1CAq-pYZQ-jr2r-Rq6c-rB6J-IkfCu0", "pv_name":"/dev/sdb"}, 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"pvseg_start":"187", "pvseg_size":"67", "segtype":"free", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "pv_name":"/dev/sda"}, 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: , 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-186", "segtype":"linear", "lv_uuid":"FI5saP-1CAq-pYZQ-jr2r-Rq6c-rB6J-IkfCu0"}, 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET"}, 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET"} 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: } 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: , 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,757 INFO snapshot-role/MainThread: } 2024-03-01 20:55:10,758 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: { 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: { 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: } 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: , 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: } 2024-03-01 20:55:10,779 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 20:55:10,898 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:10,898 INFO snapshot-role/MainThread: { 2024-03-01 20:55:10,899 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:10,899 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:10,899 INFO snapshot-role/MainThread: } 2024-03-01 20:55:10,899 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 20:55:13,787 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 20:55:13,787 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 20:55:13,816 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: { 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: { 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: , 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: , 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: {"lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: , 2024-03-01 20:55:13,816 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "pv_name":"/dev/sdb"}, 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET", "pv_name":"/dev/sda"}, 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: , 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET"}, 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET"} 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: } 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: , 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: } 2024-03-01 20:55:13,817 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: { 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: { 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: } 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: , 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: } 2024-03-01 20:55:13,840 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: { 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: { 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: } 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: , 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: } 2024-03-01 20:55:13,863 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: { 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: "report": [ 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: { 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: } 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: , 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: "log": [ 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: ] 2024-03-01 20:55:13,885 INFO snapshot-role/MainThread: } 2024-03-01 20:55:13,885 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="LVM2_member" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 20:50:47,683 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ngbc9ogt/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:50:52,436 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_tu2g1v59/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:50:59,601 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_e786721f/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:50:59,754 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:59,754 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:50:59,853 INFO program/MainThread: stdout[2]: 2024-03-01 20:50:59,853 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 20:50:59,853 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:50:59,853 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:50:59,858 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:59,858 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:50:59,862 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:59,862 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:50:59,865 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:59,865 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:50:59,869 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:50:59,869 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:50:59,876 INFO program/MainThread: stdout: 2024-03-01 20:50:59,876 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:50:59,876 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,876 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,876 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,876 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,876 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,876 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,876 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,877 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,877 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,877 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,877 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,877 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:50:59,877 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:50:59,877 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:50:59,877 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:59,877 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 20:50:59,877 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:59,877 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:59,877 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:50:59,878 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:50:59,878 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:50:59,878 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:50:59,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:50:59,888 DEBUG program/MainThread: Return code: 0 2024-03-01 20:50:59,900 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:50:59,904 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:50:59,904 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 20:50:59,905 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 20:50:59,935 INFO program/MainThread: stdout[3]: 2024-03-01 20:50:59,935 INFO program/MainThread: stderr[3]: 2024-03-01 20:50:59,936 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:50:59,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:50:59,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:59,949 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:50:59,954 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:50:59,954 INFO blivet/MainThread: sda is a disk 2024-03-01 20:50:59,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:50:59,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:50:59,959 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:50:59,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:50:59,962 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 20:50:59,965 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 20:50:59,966 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:50:59,966 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:50:59,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f79a3470) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:50:59,970 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:50:59,970 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:50:59,974 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:50:59,974 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 20:50:59,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:50:59,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:50:59,984 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:50:59,984 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:50:59,984 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:50:59,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:50:59,988 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:50:59,991 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:50:59,991 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 20:50:59,994 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 20:50:59,995 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:50:59,995 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:50:59,995 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6951400) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:50:59,998 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:50:59,999 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:51:00,002 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:51:00,002 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 20:51:00,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,012 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:00,013 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:00,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:00,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:51:00,016 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:00,019 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:00,019 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 20:51:00,023 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 20:51:00,023 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,023 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:51:00,023 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f69514a8) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:51:00,027 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:00,027 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:00,030 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:51:00,030 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 20:51:00,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,040 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:00,041 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:00,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:00,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:51:00,044 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:00,048 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:00,048 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 20:51:00,051 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 20:51:00,051 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,052 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:51:00,052 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f69575c0) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:51:00,055 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:00,055 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:00,059 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:51:00,059 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 20:51:00,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,069 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:00,069 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:00,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:51:00,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:51:00,073 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:00,076 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:00,076 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 20:51:00,079 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 20:51:00,080 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,080 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:51:00,080 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6957438) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:51:00,083 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:00,083 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:51:00,087 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:51:00,087 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 20:51:00,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,097 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:00,097 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:00,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:00,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:51:00,101 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:00,104 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:00,104 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 20:51:00,107 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 20:51:00,108 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,108 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:51:00,108 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f69684a8) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:51:00,112 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:00,112 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:00,115 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:51:00,115 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 20:51:00,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,125 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:00,126 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:00,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:00,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:51:00,129 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:00,132 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:00,133 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 20:51:00,136 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 20:51:00,136 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,136 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:51:00,137 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6968b38) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:51:00,140 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:00,140 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:00,144 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:51:00,144 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 20:51:00,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,154 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:00,154 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:00,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:00,155 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:51:00,158 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:00,161 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:00,161 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 20:51:00,164 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 20:51:00,165 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,165 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:51:00,165 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6968f60) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:51:00,168 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:00,169 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:00,172 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:51:00,172 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 20:51:00,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,182 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:00,183 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:00,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:51:00,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:51:00,186 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:00,189 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:00,190 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 20:51:00,193 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 20:51:00,193 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,194 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:51:00,194 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6954a20) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:51:00,197 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:00,197 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:00,201 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:51:00,201 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 20:51:00,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,211 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:00,211 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:00,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:51:00,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:00,215 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:00,218 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:00,218 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 20:51:00,221 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 20:51:00,222 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,222 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:51:00,222 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6968cf8) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:51:00,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:00,226 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:00,229 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:51:00,229 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 20:51:00,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,240 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:00,240 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:00,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:51:00,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:51:00,244 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:00,247 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:00,247 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 20:51:00,250 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 20:51:00,251 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,251 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:51:00,251 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6977940) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:51:00,254 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:00,255 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:00,258 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:51:00,258 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 20:51:00,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,268 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:00,269 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:00,269 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:51:00,269 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:00,272 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:00,275 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:00,276 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 20:51:00,279 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 20:51:00,279 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:00,279 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:51:00,279 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6977fd0) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:51:00,283 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:00,283 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:00,286 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '26086320'} ; 2024-03-01 20:51:00,286 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:00,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:00,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:00,296 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:00,296 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:00,297 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:00,297 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:00,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:00,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:51:00,300 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:00,303 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:00,303 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:00,307 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:00,307 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:00,307 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:51:00,307 INFO blivet/MainThread: got device: DiskDevice instance (0x7f36f6977d68) -- 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 20:51:00,311 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:00,314 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:00,314 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:51:00,318 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:00,318 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:51:00,321 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:00,321 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:00,325 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:00,325 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:51:00,329 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:00,332 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:00,335 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:00,339 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 0x7f36f6979448> 2024-03-01 20:51:03,276 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:51:03,280 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:03,280 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:03,284 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': '26089822'} ; 2024-03-01 20:51:03,284 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:03,285 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:03,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:03,294 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:03,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:03,300 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:03,313 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:03,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:51:03,332 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:03,335 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:03,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:03,339 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:03,342 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:03,342 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:03,346 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:03,346 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:03,346 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:03,349 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:03,353 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:03,356 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:03,359 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:03,362 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:03,363 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:03,363 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:51:03,363 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:03,363 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f36f7cef390) -- 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 0x7f36f690e0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:03,367 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:03,371 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:03,371 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:03,374 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:03,374 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:03,378 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:03,378 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:03,381 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:03,381 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:03,383 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:03,383 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:03,387 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:03,387 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:51:03,390 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:03,390 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:03,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:03,403 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:03,415 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:03,416 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:03,420 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 20:51:03,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:03,426 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 20:51:03,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:03,429 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:03,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:03,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:03,440 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:03,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:03,449 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 20:51:03,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:03,452 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:03,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:03,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:03,464 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:03,466 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 20:51:03,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:03,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 20:51:03,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:03,475 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 20:51:03,478 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 20:51:03,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:03,484 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 20:51:03,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:03,487 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:03,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:51:03,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:51:03,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 20:51:03,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:03,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:51:03,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:51:03,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:51:03,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:51:07,970 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_46r_nwgw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:08,006 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:08,006 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:08,009 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:08,009 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 20:51:08,009 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:08,010 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:08,014 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,014 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:08,018 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:08,018 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:08,021 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:08,021 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:08,024 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:08,024 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:08,031 INFO program/MainThread: stdout: 2024-03-01 20:51:08,032 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:08,032 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:08,032 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:08,032 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,032 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 20:51:08,032 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,033 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,033 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:08,033 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:08,033 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:08,033 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:08,033 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:08,043 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:08,054 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:51:08,059 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:51:08,059 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 20:51:08,059 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 20:51:08,087 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:08,087 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:08,087 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:08,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,100 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:08,105 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:08,105 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:08,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:08,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:08,109 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:08,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:08,113 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 20:51:08,116 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 20:51:08,117 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,117 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:08,117 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f5c3c400) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:51:08,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:08,121 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:51:08,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:51:08,124 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 20:51:08,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,134 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:08,135 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:08,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:51:08,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:51:08,138 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:08,141 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:08,141 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 20:51:08,145 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 20:51:08,145 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,145 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:51:08,145 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4be8390) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:51:08,149 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:08,149 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:51:08,152 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:51:08,152 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 20:51:08,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,162 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:08,163 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:08,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:08,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:51:08,166 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:08,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:08,169 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 20:51:08,172 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 20:51:08,173 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,173 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:51:08,173 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4be8438) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:51:08,177 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:08,177 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:08,180 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:51:08,180 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 20:51:08,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,190 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:08,190 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:08,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:08,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:51:08,194 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:08,197 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:08,197 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 20:51:08,200 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 20:51:08,201 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,201 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:51:08,201 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4bf0550) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:51:08,204 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:08,205 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:08,208 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:51:08,208 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 20:51:08,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,218 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:08,218 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:08,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:51:08,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:51:08,222 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:08,225 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:08,225 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 20:51:08,228 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 20:51:08,229 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,229 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:51:08,229 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4bf05c0) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:51:08,232 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:08,232 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:51:08,236 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:51:08,236 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 20:51:08,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,246 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:08,246 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:08,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:08,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:51:08,250 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:08,253 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:08,253 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 20:51:08,256 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 20:51:08,257 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,257 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:51:08,257 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4bfb438) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:51:08,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:08,261 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:51:08,264 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:51:08,264 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 20:51:08,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,274 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:08,274 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:08,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:08,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:51:08,278 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:08,281 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:08,281 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 20:51:08,284 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 20:51:08,285 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,285 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:51:08,285 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4bfbac8) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:51:08,288 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:08,289 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:51:08,292 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:51:08,292 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 20:51:08,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,302 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:08,303 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:08,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:08,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:51:08,306 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:08,309 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:08,309 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 20:51:08,312 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 20:51:08,313 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,313 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:51:08,313 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4bfbe80) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:51:08,317 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:08,317 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:51:08,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:51:08,320 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 20:51:08,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,330 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:08,330 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:08,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:51:08,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:51:08,334 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:08,337 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:08,337 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 20:51:08,341 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 20:51:08,341 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,341 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:51:08,341 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4bfc9b0) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:51:08,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:08,345 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:51:08,348 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:51:08,348 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 20:51:08,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,358 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:08,359 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:08,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:51:08,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:08,362 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:08,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:08,366 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 20:51:08,369 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 20:51:08,369 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,370 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:51:08,370 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4bfbbe0) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:51:08,373 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:08,373 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:51:08,377 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:51:08,377 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 20:51:08,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,387 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:08,387 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:08,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:51:08,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:51:08,391 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:08,394 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:08,394 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 20:51:08,397 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 20:51:08,398 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,398 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:51:08,398 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4c0f8d0) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:51:08,401 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:08,401 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:51:08,405 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:51:08,405 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 20:51:08,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,415 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:08,415 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:08,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:51:08,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:08,419 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:08,422 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:08,422 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 20:51:08,425 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 20:51:08,425 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:08,426 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:51:08,426 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4c0ff60) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:51:08,429 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:08,429 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:51:08,432 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': '26086320'} ; 2024-03-01 20:51:08,432 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:08,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:08,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:08,442 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:08,443 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:08,443 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:08,443 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:08,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:08,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:51:08,446 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:08,449 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:08,450 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:08,453 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:08,453 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:08,453 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:51:08,453 INFO blivet/MainThread: got device: DiskDevice instance (0x7f21f4c0feb8) -- 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 20:51:08,457 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:08,460 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:08,460 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:51:08,464 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:08,464 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:51:08,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:08,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:08,471 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:08,471 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:51:08,475 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:08,478 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:08,481 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:08,485 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 0x7f21f4c0d608> 2024-03-01 20:51:11,520 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:51:11,524 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:51:11,524 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:51:11,528 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': '26089822'} ; 2024-03-01 20:51:11,528 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:51:11,528 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:51:11,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,538 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:51:11,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,544 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:11,557 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:51:11,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:11,580 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:51:11,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:11,583 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:51:11,586 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:51:11,587 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:51:11,590 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:11,590 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:11,590 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:51:11,594 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:51:11,597 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:51:11,600 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:51:11,603 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:51:11,606 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:51:11,607 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:51:11,607 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:51:11,608 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:51:11,607 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f21f5cf8828) -- 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 0x7f21f4ba70f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:51:11,611 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:51:11,614 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:11,615 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:11,618 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:11,618 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:11,621 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:11,622 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:11,625 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:11,625 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:11,626 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:11,627 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:51:11,630 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:11,630 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:51:11,633 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:51:11,634 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:11,634 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:11,647 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:11,659 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:51:11,660 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:51:11,664 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 20:51:11,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,670 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 20:51:11,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,673 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:51:11,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,684 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:51:11,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,693 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 20:51:11,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,696 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:51:11,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,707 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:51:11,710 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 20:51:11,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,716 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 20:51:11,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,718 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 20:51:11,721 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 20:51:11,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,727 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 20:51:11,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,730 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:51:11,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,741 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:51:11,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:51:11,747 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:51:11,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:51:11,753 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:51:11,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:51:11,759 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:51:11,762 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:11,762 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:51:11,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:51:11,766 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:11,766 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:11,769 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:11,769 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:11,772 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:11,772 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:51:11,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:51:11,776 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:11,776 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:11,779 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:11,779 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:11,782 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:11,782 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:51:11,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:51:11,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:11,785 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:11,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:11,788 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:11,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:51:11,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:11,797 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:11,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:11,804 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:11,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:11,811 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:11,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:51:11,815 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:11,816 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:51:11,816 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:11,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,829 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:51:11,830 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:11,830 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:11,830 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 20:51:11,831 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:11,831 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:11,834 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:11,834 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:51:11,837 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:11,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:51:11,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:11,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:11,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:51:11,849 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:11,852 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:11,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:11,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:51:11,859 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:11,860 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:51:11,860 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:51:11,860 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:51:11,866 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:51:11,867 INFO program/MainThread: stderr[4]: 2024-03-01 20:51:11,867 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:11,867 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:51:11,867 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:11,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:51:11,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:51:11,872 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:11,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,885 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 20:51:11,885 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:11,886 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:51:11,886 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 20:51:11,887 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:11,887 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:51:11,890 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:11,890 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 20:51:11,893 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:11,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:51:11,897 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:51:11,900 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:51:11,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 20:51:11,904 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:51:11,908 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:51:11,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:51:11,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 20:51:11,915 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:51:11,915 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:51:11,916 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:51:11,916 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 20:51:11,916 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:11,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 20:51:11,920 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 20:51:11,920 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:11,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:11,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:11,932 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 20:51:11,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 20:51:11,938 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:51:11,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 20:51:11,944 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:51:11,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:11,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 20:51:11,950 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:51:11,952 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:11,953 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 20:51:11,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:51:11,956 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:11,956 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:51:11,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:51:11,959 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:51:11,962 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:11,962 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 20:51:11,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:51:11,965 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:11,965 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:51:11,969 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:51:11,969 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:51:11,972 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:11,972 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 20:51:11,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 20:51:11,975 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:11,975 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:51:11,978 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:51:11,979 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:51:11,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 20:51:11,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:51:11,986 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:11,990 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:51:11,993 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:11,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:51:12,001 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:12,002 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 20:51:12,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:51:12,005 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 20:51:12,005 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:51:12,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,019 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 20:51:12,020 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:12,020 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:51:12,020 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 20:51:12,021 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:12,021 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:51:12,024 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,024 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 20:51:12,027 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:51:12,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:51:12,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:51:12,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 20:51:12,038 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:51:12,041 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:51:12,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:51:12,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 20:51:12,048 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:12,049 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:51:12,049 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:51:12,049 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 20:51:12,049 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:12,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:51:12,053 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 20:51:12,053 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:12,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,066 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 20:51:12,066 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:12,067 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:51:12,067 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 20:51:12,067 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:12,068 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:51:12,071 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,071 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 20:51:12,074 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,074 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:51:12,078 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:51:12,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:51:12,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:51:12,085 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:51:12,088 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:51:12,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:51:12,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 20:51:12,095 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:51:12,096 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:51:12,096 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:51:12,096 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 20:51:12,096 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:12,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 20:51:12,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 20:51:12,101 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:12,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,113 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 20:51:12,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 20:51:12,119 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:51:12,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 20:51:12,125 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:51:12,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 20:51:12,131 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:51:12,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 20:51:12,136 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:51:12,139 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:12,139 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 20:51:12,140 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 20:51:12,143 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:12,143 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:51:12,146 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:51:12,146 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:51:12,149 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:12,149 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 20:51:12,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:51:12,152 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:12,152 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:51:12,156 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:51:12,156 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:51:12,159 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:12,159 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 20:51:12,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 20:51:12,171 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:12,171 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:51:12,174 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:51:12,175 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:51:12,177 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:51:12,178 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:51:12,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:51:12,181 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:12,181 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:51:12,184 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:51:12,184 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:51:12,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 20:51:12,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:51:12,192 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:12,196 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:51:12,199 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:12,203 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:51:12,206 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:12,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:51:12,214 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:12,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 20:51:12,218 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:51:12,219 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 20:51:12,219 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:51:12,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,233 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 20:51:12,234 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,235 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:51:12,235 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 20:51:12,235 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,236 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:51:12,239 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,239 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 20:51:12,242 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:51:12,246 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:51:12,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:51:12,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:51:12,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:51:12,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:51:12,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:51:12,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 20:51:12,264 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,264 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:51:12,265 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:51:12,265 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 20:51:12,265 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:12,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 20:51:12,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 20:51:12,269 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:12,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,281 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 20:51:12,282 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,283 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:51:12,283 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 20:51:12,283 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,284 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:51:12,287 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,287 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 20:51:12,290 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 20:51:12,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:51:12,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:51:12,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:51:12,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:51:12,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:51:12,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:51:12,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 20:51:12,312 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,313 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:51:12,313 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:51:12,313 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 20:51:12,313 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:12,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:51:12,317 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 20:51:12,317 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:12,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,330 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 20:51:12,331 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,332 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:51:12,332 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 20:51:12,332 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,333 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:51:12,336 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,336 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 20:51:12,339 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:51:12,343 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:51:12,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:51:12,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:51:12,350 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:51:12,354 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:51:12,357 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:51:12,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 20:51:12,361 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,362 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:51:12,362 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:51:12,362 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 20:51:12,362 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:12,362 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:51:12,366 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 20:51:12,366 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:12,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:12,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:12,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:51:12,379 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 20:51:12,380 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,381 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:51:12,381 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 20:51:12,381 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,382 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:51:12,385 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,385 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 20:51:12,388 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:12,389 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:51:12,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:51:12,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:51:12,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 20:51:12,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:51:12,403 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:51:12,406 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:51:12,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 20:51:12,410 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:51:12,411 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:51:12,411 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:51:12,411 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 20:51:12,412 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:12,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 20:51:12,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 20:51:12,416 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:12,417 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:12,417 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:12,417 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:12,417 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:12,417 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:12,418 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:12,419 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:12,420 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:12,420 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:12,420 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:12,420 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:12,420 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:12,420 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:51:12,422 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:51:12,425 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:12,428 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:51:12,431 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:51:12,431 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:51:12,434 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:12,434 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 0x7f21f4bc8db0> 2024-03-01 20:51:12,434 INFO blivet/MainThread: sorting actions... 2024-03-01 20:51:12,470 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:51:12,470 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:51:12,471 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:51:12,471 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:51:12,471 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:51:12,472 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:51:12,472 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:51:12,473 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:12,473 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:12,473 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:12,474 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:51:12,474 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:51:12,475 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:51:12,475 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:51:12,475 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:51:12,476 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:12,476 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:12,477 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:12,477 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:12,478 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:12,478 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:12,479 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:12,479 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:12,479 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:51:12,480 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:51:12,480 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:51:12,481 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:51:12,481 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:12,481 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:12,482 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:12,482 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:12,483 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:12,483 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:12,484 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:12,484 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:12,484 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:12,485 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:12,485 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:12,486 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:12,486 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:51:12,489 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,492 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 20:51:12,492 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 20:51:12,500 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,500 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,529 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,530 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,542 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,543 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:51:12,547 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,550 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 20:51:12,550 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 20:51:12,556 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,583 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,584 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,595 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,596 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:51:12,600 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,603 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 20:51:12,603 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 20:51:12,608 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,609 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,636 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,637 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,646 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,647 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:51:12,651 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,654 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 20:51:12,654 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 20:51:12,659 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,687 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,688 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,699 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,700 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:51:12,704 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,706 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 20:51:12,707 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 20:51:12,712 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,713 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,739 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,752 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,753 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:51:12,757 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,760 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 20:51:12,760 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 20:51:12,766 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,766 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,794 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,805 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,806 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:51:12,810 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,813 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 20:51:12,813 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 20:51:12,819 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,819 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,849 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,850 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,862 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,863 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:51:12,867 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,870 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:51:12,870 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:51:12,876 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,876 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,903 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,904 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,916 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,917 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:51:12,921 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,924 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:51:12,924 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:51:12,930 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,930 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,957 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:12,970 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,971 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:51:12,975 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:51:12,978 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:51:12,978 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:51:12,984 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:12,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,014 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,015 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,027 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,028 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:51:13,032 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,035 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,038 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,038 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:51:13,038 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 20:51:13,068 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 20:51:13,068 INFO program/MainThread: stderr[5]: 2024-03-01 20:51:13,068 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:13,068 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,088 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,095 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:13,095 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 20:51:13,097 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 20:51:13,128 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,129 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,164 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,165 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:51:13,169 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,172 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,175 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,175 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:51:13,175 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 20:51:13,205 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 20:51:13,205 INFO program/MainThread: stderr[6]: 2024-03-01 20:51:13,206 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:13,206 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,227 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,234 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:13,235 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 20:51:13,237 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 20:51:13,249 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,250 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,276 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,277 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:51:13,281 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,284 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,287 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,287 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:51:13,287 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 20:51:13,317 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 20:51:13,318 INFO program/MainThread: stderr[7]: 2024-03-01 20:51:13,318 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:13,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,344 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,350 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:13,351 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 20:51:13,353 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 20:51:13,366 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,394 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,395 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:51:13,399 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,402 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,405 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,405 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:51:13,405 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:13,436 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 20:51:13,436 INFO program/MainThread: stderr[8]: 2024-03-01 20:51:13,436 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:13,436 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,465 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,471 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:13,471 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 20:51:13,472 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 20:51:13,482 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,483 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,511 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,512 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:51:13,516 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 20:51:13,519 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:51:13,522 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,525 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,528 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,531 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,534 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,537 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,540 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,543 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 20:51:13,547 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:13,614 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 20:51:13,614 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:13,614 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:13,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:13,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:51:13,639 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,646 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,657 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,662 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,667 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,671 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,678 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,684 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,697 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:51:13,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:51:13,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,715 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,716 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 20:51:13,724 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,724 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,735 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,735 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:13,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 20:51:13,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 20:51:13,746 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:13,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:51:13,753 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,757 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,760 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,764 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,767 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,771 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,774 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,777 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:51:13,778 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,788 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:51:13,793 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:13,819 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:13,820 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:13,820 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:13,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 20:51:13,824 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:13,912 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 20:51:13,912 INFO program/MainThread: stderr[11]: 2024-03-01 20:51:13,912 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:51:13,920 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:13,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:51:13,927 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:13,927 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:13,972 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,977 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 20:51:13,978 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:51:13,978 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:51:13,988 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:13,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,003 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,003 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:51:14,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,011 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:51:14,014 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 20:51:14,014 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 20:51:14,136 INFO program/MainThread: stdout: 2024-03-01 20:51:14,136 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:51:14,136 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:14,137 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:14,137 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:14,137 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:51:14,137 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:14,137 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:14,137 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:51:14,137 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:14,137 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:14,137 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,138 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 20:51:14,153 INFO program/MainThread: stdout: 2024-03-01 20:51:14,153 INFO program/MainThread: writing all SBs 2024-03-01 20:51:14,153 INFO program/MainThread: new label = "" 2024-03-01 20:51:14,153 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,154 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,169 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:51:14,174 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:14,175 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:51:14,183 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,184 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,197 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,197 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:14,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 20:51:14,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 20:51:14,209 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,209 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:14,236 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:14,236 INFO program/MainThread: stderr[12]: 2024-03-01 20:51:14,236 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:51:14,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 20:51:14,241 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:14,330 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 20:51:14,330 INFO program/MainThread: stderr[13]: 2024-03-01 20:51:14,330 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:51:14,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:51:14,347 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:51:14,347 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,385 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,390 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 20:51:14,390 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:51:14,391 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:51:14,400 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,416 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,416 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:51:14,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,424 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:51:14,427 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 20:51:14,427 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 20:51:14,459 INFO program/MainThread: stdout: 2024-03-01 20:51:14,459 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:51:14,459 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:14,459 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:14,459 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:14,459 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:51:14,459 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:14,459 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:14,460 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:51:14,460 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:14,460 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:14,460 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,460 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 20:51:14,472 INFO program/MainThread: stdout: 2024-03-01 20:51:14,473 INFO program/MainThread: writing all SBs 2024-03-01 20:51:14,473 INFO program/MainThread: new label = "" 2024-03-01 20:51:14,473 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,487 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:51:14,492 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:51:14,493 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:51:14,501 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,502 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,518 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,518 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:14,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 20:51:14,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 20:51:14,529 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,530 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:14,554 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:14,554 INFO program/MainThread: stderr[14]: 2024-03-01 20:51:14,554 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:51:14,559 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 20:51:14,559 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:14,641 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 20:51:14,641 INFO program/MainThread: stderr[15]: 2024-03-01 20:51:14,641 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:51:14,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:51:14,657 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:51:14,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,704 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,709 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 20:51:14,710 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:51:14,710 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:51:14,719 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,733 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,734 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:51:14,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,741 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:51:14,744 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 20:51:14,744 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 20:51:14,776 INFO program/MainThread: stdout: 2024-03-01 20:51:14,776 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 20:51:14,776 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:14,776 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:14,777 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:14,777 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 20:51:14,777 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:14,777 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:14,777 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 20:51:14,777 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:14,777 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:14,777 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,777 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 20:51:14,789 INFO program/MainThread: stdout: 2024-03-01 20:51:14,790 INFO program/MainThread: writing all SBs 2024-03-01 20:51:14,790 INFO program/MainThread: new label = "" 2024-03-01 20:51:14,790 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,790 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,806 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:51:14,811 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:51:14,812 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:51:14,821 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,821 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:14,836 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:14,836 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:14,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 20:51:14,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 20:51:14,847 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,847 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:14,874 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:14,874 INFO program/MainThread: stderr[16]: 2024-03-01 20:51:14,875 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:51:14,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 20:51:14,879 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:14,965 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 20:51:14,966 INFO program/MainThread: stderr[17]: 2024-03-01 20:51:14,966 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:51:14,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:14,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:51:14,983 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:51:14,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,024 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,029 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 20:51:15,030 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:51:15,030 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:51:15,040 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,055 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,055 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:51:15,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,063 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:51:15,066 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 20:51:15,066 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 20:51:15,105 INFO program/MainThread: stdout: 2024-03-01 20:51:15,106 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 20:51:15,106 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:15,106 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:15,106 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:15,106 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 20:51:15,106 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:15,106 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:15,106 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:51:15,106 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:15,106 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:15,107 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,107 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 20:51:15,120 INFO program/MainThread: stdout: 2024-03-01 20:51:15,120 INFO program/MainThread: writing all SBs 2024-03-01 20:51:15,120 INFO program/MainThread: new label = "" 2024-03-01 20:51:15,120 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,120 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,134 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:51:15,139 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:51:15,140 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:51:15,150 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,164 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,164 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:51:15,169 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,172 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,175 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,175 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:51:15,175 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:15,205 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 20:51:15,206 INFO program/MainThread: stderr[18]: 2024-03-01 20:51:15,206 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:51:15,206 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,234 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,241 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:15,241 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 20:51:15,243 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 20:51:15,252 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,252 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,278 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,279 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:51:15,283 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,286 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,289 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,289 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:51:15,289 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:15,325 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 20:51:15,325 INFO program/MainThread: stderr[19]: 2024-03-01 20:51:15,325 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:51:15,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,354 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,359 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:15,359 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 20:51:15,361 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 20:51:15,374 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,374 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,397 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,397 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:51:15,402 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,404 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,407 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,407 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:51:15,408 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:15,439 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 20:51:15,439 INFO program/MainThread: stderr[20]: 2024-03-01 20:51:15,439 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:51:15,439 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,461 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,469 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:15,469 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 20:51:15,471 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 20:51:15,484 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,484 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,509 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,510 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:51:15,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 20:51:15,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:51:15,520 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,523 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,526 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,529 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,533 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,536 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,539 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 20:51:15,539 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/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:15,598 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 20:51:15,598 INFO program/MainThread: stderr[21]: 2024-03-01 20:51:15,598 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:51:15,605 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:15,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:51:15,617 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,625 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,631 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,639 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,645 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,651 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,652 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,664 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,669 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:51:15,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:51:15,672 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,681 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,682 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 20:51:15,690 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,690 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,699 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,699 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:15,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 20:51:15,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 20:51:15,710 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:15,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:51:15,717 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,720 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,724 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,727 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,731 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,734 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:51:15,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,744 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,749 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:51:15,749 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/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:15,777 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk 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 20:51:15,777 INFO program/MainThread: stderr[22]: 2024-03-01 20:51:15,777 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:51:15,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 20:51:15,782 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/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:15,853 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 20:51:15,854 INFO program/MainThread: stderr[23]: 2024-03-01 20:51:15,854 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:51:15,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:51:15,873 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:51:15,874 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,913 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,918 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 20:51:15,919 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:51:15,920 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:51:15,929 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,929 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:15,942 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,942 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:51:15,947 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:15,950 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:51:15,953 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 20:51:15,953 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 20:51:15,980 INFO program/MainThread: stdout: 2024-03-01 20:51:15,981 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 20:51:15,981 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:15,981 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:15,981 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:15,981 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 20:51:15,981 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:15,981 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:15,981 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:51:15,981 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:15,981 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:15,981 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,982 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 20:51:15,994 INFO program/MainThread: stdout: 2024-03-01 20:51:15,995 INFO program/MainThread: writing all SBs 2024-03-01 20:51:15,995 INFO program/MainThread: new label = "" 2024-03-01 20:51:15,995 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:15,995 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,011 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:51:16,016 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:51:16,017 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:51:16,026 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,026 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,040 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,040 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:16,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 20:51:16,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 20:51:16,051 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,052 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/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:16,078 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk 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 20:51:16,079 INFO program/MainThread: stderr[24]: 2024-03-01 20:51:16,079 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:51:16,083 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 20:51:16,084 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/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:16,165 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 20:51:16,166 INFO program/MainThread: stderr[25]: 2024-03-01 20:51:16,166 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:51:16,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:51:16,184 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:51:16,184 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,214 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,219 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 20:51:16,220 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:51:16,220 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:51:16,229 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,229 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,244 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,244 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:51:16,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,252 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:51:16,255 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 20:51:16,255 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 20:51:16,283 INFO program/MainThread: stdout: 2024-03-01 20:51:16,283 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:51:16,283 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:16,283 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:16,283 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:16,283 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:51:16,283 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:16,283 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:16,283 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:51:16,284 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:16,284 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:16,284 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,284 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 20:51:16,296 INFO program/MainThread: stdout: 2024-03-01 20:51:16,297 INFO program/MainThread: writing all SBs 2024-03-01 20:51:16,297 INFO program/MainThread: new label = "" 2024-03-01 20:51:16,297 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,297 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,311 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,315 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:51:16,316 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:51:16,317 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:51:16,325 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,326 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,341 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,341 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:51:16,346 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,349 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,352 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,352 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:16,352 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:16,384 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:51:16,384 INFO program/MainThread: stderr[26]: 2024-03-01 20:51:16,384 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:51:16,385 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,405 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,412 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:16,412 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 20:51:16,414 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:51:16,428 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,428 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,456 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,457 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:51:16,461 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,464 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,467 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,467 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:16,467 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:16,502 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:51:16,503 INFO program/MainThread: stderr[27]: 2024-03-01 20:51:16,503 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:51:16,503 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,521 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,527 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:16,527 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 20:51:16,529 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:51:16,543 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,570 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,571 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:51:16,575 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,578 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,581 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,581 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:16,581 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:51:16,613 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:51:16,614 INFO program/MainThread: stderr[28]: 2024-03-01 20:51:16,614 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:51:16,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,636 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,643 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:16,643 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 20:51:16,645 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:51:16,658 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,658 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,683 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,684 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:51:16,688 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:51:16,691 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:16,694 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,697 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,700 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,703 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,706 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,710 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,713 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:51:16,713 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/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:16,772 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 20:51:16,772 INFO program/MainThread: stderr[29]: 2024-03-01 20:51:16,772 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:51:16,780 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:16,786 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:16,792 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,796 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,803 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,808 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,811 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,814 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,814 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,825 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:16,833 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:16,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,844 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,845 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:51:16,853 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,853 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,862 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,862 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:16,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 20:51:16,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 20:51:16,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:51:16,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:51:16,880 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,883 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,887 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,890 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,894 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:16,897 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:51:16,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:16,909 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:16,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:51:16,914 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/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:16,939 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj 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 20:51:16,939 INFO program/MainThread: stderr[30]: 2024-03-01 20:51:16,939 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:51:16,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 20:51:16,944 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/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:17,031 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 20:51:17,031 INFO program/MainThread: stderr[31]: 2024-03-01 20:51:17,031 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:51:17,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:17,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:51:17,046 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:51:17,046 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,070 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,075 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 20:51:17,076 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:17,076 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:51:17,085 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,086 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,099 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,099 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:51:17,104 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:17,107 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:51:17,110 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 20:51:17,111 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 20:51:17,151 INFO program/MainThread: stdout: 2024-03-01 20:51:17,151 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:51:17,151 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:17,151 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:17,152 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:17,152 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:51:17,152 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:17,152 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:17,152 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:51:17,152 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:17,152 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:17,152 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,152 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 20:51:17,166 INFO program/MainThread: stdout: 2024-03-01 20:51:17,166 INFO program/MainThread: writing all SBs 2024-03-01 20:51:17,166 INFO program/MainThread: new label = "" 2024-03-01 20:51:17,166 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,166 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,182 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:51:17,187 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:51:17,188 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:51:17,196 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,210 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,211 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:17,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:17,218 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:51:17,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:17,222 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/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:17,250 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj 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 20:51:17,251 INFO program/MainThread: stderr[32]: 2024-03-01 20:51:17,251 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:51:17,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:51:17,256 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/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:17,331 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 20:51:17,332 INFO program/MainThread: stderr[33]: 2024-03-01 20:51:17,332 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:51:17,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:17,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:17,346 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:17,346 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,384 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,389 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 20:51:17,390 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:51:17,390 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:51:17,399 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,415 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,415 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:51:17,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:17,423 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:51:17,426 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:51:17,426 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:51:17,453 INFO program/MainThread: stdout: 2024-03-01 20:51:17,453 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 20:51:17,453 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:51:17,453 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:51:17,453 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:51:17,453 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 20:51:17,453 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:51:17,453 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:51:17,453 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:51:17,454 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:51:17,454 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:51:17,454 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,454 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:51:17,467 INFO program/MainThread: stdout: 2024-03-01 20:51:17,467 INFO program/MainThread: writing all SBs 2024-03-01 20:51:17,467 INFO program/MainThread: new label = "" 2024-03-01 20:51:17,467 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,481 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:17,486 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:17,487 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:51:17,495 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,496 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:17,509 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:17,515 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:51:17,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 0x7f21f4bdd0f8> 2024-03-01 20:51:17,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:51:17,522 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:17,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,528 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 20:51:17,529 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:51:17,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:51:17,535 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:51:17,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:51:17,541 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:51:17,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,548 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 20:51:17,548 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:51:17,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:51:17,554 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:51:17,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:51:17,560 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:51:17,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:51:17,566 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:51:17,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:51:17,573 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:51:17,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,579 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 20:51:17,579 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:51:17,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:51:17,585 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:51:17,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:51:17,591 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:51:17,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,597 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 20:51:17,597 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:51:17,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:51:17,603 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:51:17,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:51:17,609 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:51:17,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:17,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:51:17,615 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:51:54,436 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3bi1lvde/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:51:54,472 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:54,472 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:51:54,476 INFO program/MainThread: stdout[2]: 2024-03-01 20:51:54,476 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 20:51:54,476 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:51:54,476 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:51:54,480 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:54,481 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:51:54,485 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:54,485 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:51:54,488 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:54,488 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:51:54,491 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:51:54,491 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:51:54,502 INFO program/MainThread: stdout: 2024-03-01 20:51:54,503 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:51:54,503 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW 2024-03-01 20:51:54,503 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e54eb03d-424a-437f-af2e-0f546d282646 2024-03-01 20:51:54,503 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D 2024-03-01 20:51:54,503 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e54eb03d-424a-437f-af2e-0f546d282646 2024-03-01 20:51:54,503 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 19164c46-176e-4db4-9dd3-f96f2917e5ad 2024-03-01 20:51:54,503 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi 2024-03-01 20:51:54,503 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u 2024-03-01 20:51:54,503 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 59fff65c-bc09-43ad-a3af-e4786fe9992c 2024-03-01 20:51:54,503 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs b1ae797c-86aa-4648-9ed2-1a54782c16b7 2024-03-01 20:51:54,503 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 2024-03-01 20:51:54,503 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP 2024-03-01 20:51:54,503 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL 2024-03-01 20:51:54,503 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1b4c879d-b31f-4e49-a6c3-e15af82499a6 2024-03-01 20:51:54,503 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2c269673-0aee-470b-96e6-a67c7b0dcd3c 2024-03-01 20:51:54,503 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c3175d86-e87b-4eb3-8848-2295a1702e25 2024-03-01 20:51:54,503 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY 2024-03-01 20:51:54,503 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c3175d86-e87b-4eb3-8848-2295a1702e25 2024-03-01 20:51:54,503 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk 2024-03-01 20:51:54,503 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 0403f3b6-92e8-4e84-929d-1d4a575a5a9f 2024-03-01 20:51:54,503 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 2024-03-01 20:51:54,503 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 0403f3b6-92e8-4e84-929d-1d4a575a5a9f 2024-03-01 20:51:54,503 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:51:54,503 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:51:54,503 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:51:54,504 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:51:54,504 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:54,504 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e54eb03d-424a-437f-af2e-0f546d282646 sdb 1073741824 root disk brw-rw---- LVM2_member fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e54eb03d-424a-437f-af2e-0f546d282646 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 19164c46-176e-4db4-9dd3-f96f2917e5ad sdc 1073741824 root disk brw-rw---- LVM2_member UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi sdd 1073741824 root disk brw-rw---- LVM2_member a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 59fff65c-bc09-43ad-a3af-e4786fe9992c `-test_vg2-lv3 322961408 root disk brw-rw---- xfs b1ae797c-86aa-4648-9ed2-1a54782c16b7 sde 1073741824 root disk brw-rw---- LVM2_member MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 sdf 1073741824 root disk brw-rw---- LVM2_member nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP sdg 1073741824 root disk brw-rw---- LVM2_member REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1b4c879d-b31f-4e49-a6c3-e15af82499a6 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2c269673-0aee-470b-96e6-a67c7b0dcd3c `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c3175d86-e87b-4eb3-8848-2295a1702e25 sdh 1073741824 root disk brw-rw---- LVM2_member m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c3175d86-e87b-4eb3-8848-2295a1702e25 sdi 1073741824 root disk brw-rw---- LVM2_member ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 0403f3b6-92e8-4e84-929d-1d4a575a5a9f sdj 1073741824 root disk brw-rw---- LVM2_member pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 0403f3b6-92e8-4e84-929d-1d4a575a5a9f 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 20:51:54,504 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:54,504 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:54,504 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:51:54,504 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:51:54,504 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:51:54,505 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:51:54,505 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:51:54,515 DEBUG program/MainThread: Return code: 0 2024-03-01 20:51:54,530 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 20:51:54,534 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/lvm-pv-uuid-PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW', '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': 'PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW', 'ID_FS_UUID_ENC': 'PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:51:54,535 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 20:51:54,535 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 20:51:54,559 INFO program/MainThread: stdout[3]: 2024-03-01 20:51:54,559 INFO program/MainThread: stderr[3]: 2024-03-01 20:51:54,559 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:51:54,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:54,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:54,572 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:51:54,577 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:51:54,578 INFO blivet/MainThread: sda is a disk 2024-03-01 20:51:54,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:51:54,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:51:54,582 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:51:54,585 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:51:54,585 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 20:51:54,589 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 20:51:54,589 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:51:54,589 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:51:54,590 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3cb71cc0) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:51:54,593 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:51:54,597 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:54,597 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:51:54,600 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:54,601 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:51:54,604 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:54,604 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:51:54,607 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:54,608 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:51:54,611 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:51:54,611 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:51:54,611 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:54,640 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=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 20:51:54,640 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D. WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (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 20:51:54,640 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:51:54,641 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:51:54,645 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW ; label: None ; device: /dev/sda ; serial: 3600140522dd6968d39f4a1c8a83b6d5d ; exists: True ; vg_name: test_vg1 ; vg_uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; pe_start: 8 MiB ; 2024-03-01 20:51:54,645 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:51:54,649 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:51:54,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:51:54,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:54,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:54,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:54,661 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:54,691 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=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 20:51:54,691 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D. WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (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 20:51:54,691 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:51:54,691 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:51:54,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:51:54,700 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:51:54,704 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:54,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:51:54,707 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:51:54,708 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 20:51:54,737 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 20:51:54,738 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D. WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (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 20:51:54,738 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:51:54,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:51:54,743 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:51:54,746 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:51:54,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:51:54,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:54,752 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:54,753 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:54,756 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/lvm-pv-uuid-fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', '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': 'fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D', 'ID_FS_UUID_ENC': 'fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:51:54,756 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 20:51:54,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:51:54,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:54,766 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:51:54,767 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:51:54,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:51:54,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:51:54,770 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:51:54,774 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:51:54,774 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 20:51:54,777 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 20:51:54,777 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:51:54,778 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:51:54,778 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c1e0320) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:51:54,781 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:51:54,785 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:54,785 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:51:54,788 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:54,788 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:51:54,791 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:54,791 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:51:54,795 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:54,795 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:51:54,798 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:51:54,798 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:51:54,798 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:54,829 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=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 20:51:54,829 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (last written to /dev/sdc). 2024-03-01 20:51:54,829 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:51:54,830 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:51:54,834 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D ; label: None ; device: /dev/sdb ; serial: 3600140566bb043ff76a42e79095662e6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 20:51:54,834 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:51:54,837 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:51:54,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:51:54,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:51:54,847 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:51:54,850 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:54,853 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:51:54,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:51:54,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:54,859 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 20:51:54,885 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 20:51:54,885 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (last written to /dev/sdc). 2024-03-01 20:51:54,885 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:51:54,886 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:51:54,886 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:54,890 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:51:54,890 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 20:51:54,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:51:54,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:54,901 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:51:54,901 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:51:54,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:51:54,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:51:54,905 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:51:54,908 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:51:54,908 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 20:51:54,911 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 20:51:54,912 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:51:54,912 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:51:54,912 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c1e0c88) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:51:54,915 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:51:54,916 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:51:54,919 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:51:54,919 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 20:51:54,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:51:54,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:54,928 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:51:54,929 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:51:54,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:51:54,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:51:54,932 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:51:54,936 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:51:54,936 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 20:51:54,939 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 20:51:54,939 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:51:54,940 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:51:54,940 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c1edcf8) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:51:54,943 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:51:54,943 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:51:54,946 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/lvm-pv-uuid-UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e', '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': 'UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi', 'ID_FS_UUID_ENC': 'UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:51:54,946 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 20:51:54,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:51:54,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:54,956 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:51:54,957 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:51:54,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:51:54,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:51:54,960 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:51:54,963 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:51:54,963 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 20:51:54,966 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 20:51:54,967 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:51:54,967 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:51:54,967 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c1f52e8) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:51:54,970 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:51:54,974 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:54,974 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:51:54,977 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:54,977 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:51:54,981 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:54,981 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:51:54,984 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:54,984 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:51:54,987 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:51:54,987 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:51:54,987 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 20:51:55,014 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=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 20:51:55,014 INFO program/MainThread: stderr[9]: 2024-03-01 20:51:55,014 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:51:55,015 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:51:55,019 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi ; label: None ; device: /dev/sdc ; serial: 360014057bf5dd7e61d145f1854bd495e ; exists: True ; vg_name: test_vg1 ; vg_uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:51:55,019 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:51:55,022 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:51:55,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:51:55,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:55,032 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:51:55,035 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:51:55,038 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:51:55,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:51:55,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:51:55,044 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 20:51:55,074 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 20:51:55,075 INFO program/MainThread: stderr[10]: 2024-03-01 20:51:55,075 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:51:55,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:55,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:51:55,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:55,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:51:55,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:55,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:55,100 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:55,104 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 20:51:55,104 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:51:55,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:51:55,109 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:51:55,112 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:51:55,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:51:55,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:51:55,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:55,119 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:55,122 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 20:51:55,123 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:51:55,123 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:51:55,123 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:51:55,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:51:55,127 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:51:55,130 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 20:51:55,130 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:51:55,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/19164c46-176e-4db4-9dd3-f96f2917e5ad ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1YjLz4UMyLwmEUm41T0rtam7ZYTQbdX3ZUZ ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1YjLz4UMyLwmEUm41T0rtam7ZYTQbdX3ZUZ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '19164c46-176e-4db4-9dd3-f96f2917e5ad', 'ID_FS_UUID_ENC': '19164c46-176e-4db4-9dd3-f96f2917e5ad', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '832420694'} ; 2024-03-01 20:51:55,134 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:51:55,134 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:55,138 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:51:55,138 INFO program/MainThread: stderr[11]: 2024-03-01 20:51:55,138 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:51:55,138 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:55,142 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:51:55,142 INFO program/MainThread: stderr[12]: 2024-03-01 20:51:55,142 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:51:55,142 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:55,145 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:51:55,145 INFO program/MainThread: stderr[13]: 2024-03-01 20:51:55,145 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:51:55,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:51:55,156 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:55,156 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:51:55,157 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:55,157 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:51:55,153 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c1f5f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fde3c26ea90) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 20:51:55,158 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:51:55,161 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:51:55,161 INFO program/MainThread: stderr[14]: 2024-03-01 20:51:55,161 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:51:55,165 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:51:55,169 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:55,169 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:51:55,173 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:55,173 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:51:55,176 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,176 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:51:55,180 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,180 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:51:55,182 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:51:55,182 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:51:55,185 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:55,186 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:51:55,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:51:55,189 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:55,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:55,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:51:55,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:51:55,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:51:55,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:51:55,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:51:55,213 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:51:55,216 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 20:51:55,217 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:55,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:51:55,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:51:55,224 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:51:55,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:51:55,227 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:51:55,231 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:51:55,231 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:51:55,234 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 20:51:55,235 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:55,235 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:51:55,235 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 20:51:55,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:51:55,239 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:51:55,242 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 20:51:55,242 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:51:55,246 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/e54eb03d-424a-437f-af2e-0f546d282646 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1Yjm7skwvrqlB1uhhv5arnkAF0qUPmA8ZRg ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1Yjm7skwvrqlB1uhhv5arnkAF0qUPmA8ZRg', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e54eb03d-424a-437f-af2e-0f546d282646', 'ID_FS_UUID_ENC': 'e54eb03d-424a-437f-af2e-0f546d282646', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '832107802'} ; 2024-03-01 20:51:55,246 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:51:55,246 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:51:55,250 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:51:55,250 INFO program/MainThread: stderr[15]: 2024-03-01 20:51:55,250 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:51:55,250 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:51:55,253 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:51:55,254 INFO program/MainThread: stderr[16]: 2024-03-01 20:51:55,254 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:51:55,254 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:51:55,257 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:51:55,257 INFO program/MainThread: stderr[17]: 2024-03-01 20:51:55,257 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:51:55,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 20:51:55,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:55,268 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:51:55,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:51:55,269 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:51:55,265 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c1f5dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fde3c26ea90) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:51:55,270 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:51:55,273 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:51:55,273 INFO program/MainThread: stderr[18]: 2024-03-01 20:51:55,273 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:51:55,277 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:51:55,281 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:55,281 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:51:55,284 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:55,285 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:51:55,288 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,288 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:51:55,292 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,292 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:51:55,292 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:51:55,295 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:55,296 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:51:55,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:51:55,299 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:55,299 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:55,303 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26', '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': 'a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u', 'ID_FS_UUID_ENC': 'a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:51:55,303 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 20:51:55,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,313 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:51:55,314 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:51:55,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:51:55,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:51:55,317 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:51:55,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:51:55,320 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 20:51:55,324 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 20:51:55,324 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:51:55,324 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 20:51:55,324 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c2060b8) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:51:55,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:51:55,331 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:55,331 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:51:55,334 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:55,335 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:51:55,338 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,338 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:51:55,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:51:55,344 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:51:55,344 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:51:55,344 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:55,372 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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 20:51:55,372 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3. WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:51:55,372 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:51:55,373 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:51:55,377 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u ; label: None ; device: /dev/sdd ; serial: 3600140501a4f4c4096a43a993349ed26 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 20:51:55,377 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 20:51:55,380 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:51:55,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:51:55,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:55,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,393 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:55,420 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 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=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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 20:51:55,420 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3. WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:51:55,420 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:51:55,421 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:51:55,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:51:55,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:51:55,429 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:55,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:51:55,433 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:51:55,433 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:55,461 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 20:51:55,461 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3. WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:51:55,462 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:51:55,466 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:51:55,467 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 20:51:55,470 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:51:55,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:51:55,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:51:55,476 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:51:55,476 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:55,480 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/lvm-pv-uuid-MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', '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': 'MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3', 'ID_FS_UUID_ENC': 'MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:51:55,480 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 20:51:55,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,490 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:51:55,491 INFO blivet/MainThread: sde is a disk 2024-03-01 20:51:55,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:51:55,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:51:55,494 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:51:55,498 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:51:55,498 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 20:51:55,501 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 20:51:55,501 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:51:55,502 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 20:51:55,502 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c20e7b8) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:51:55,505 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:51:55,509 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:55,509 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 20:51:55,512 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:55,512 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 20:51:55,515 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,515 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 20:51:55,519 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,519 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:51:55,522 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:51:55,522 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:51:55,522 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/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:55,550 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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 20:51:55,550 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:51:55,550 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:51:55,551 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:51:55,555 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 ; label: None ; device: /dev/sde ; serial: 36001405e034a0435b594c8b834809ecc ; exists: True ; vg_name: test_vg2 ; vg_uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:51:55,555 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 20:51:55,558 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:51:55,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:51:55,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:51:55,568 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:51:55,571 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:55,574 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:51:55,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:51:55,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:51:55,581 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/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:55,608 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 20:51:55,608 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:51:55,608 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:51:55,608 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:51:55,609 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:55,613 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/lvm-pv-uuid-nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e', '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': 'nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP', 'ID_FS_UUID_ENC': 'nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:51:55,613 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 20:51:55,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,624 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:51:55,625 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:51:55,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 20:51:55,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 20:51:55,628 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:51:55,631 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:51:55,631 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 20:51:55,635 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 20:51:55,635 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:51:55,636 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 20:51:55,636 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c20e940) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:51:55,639 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:51:55,643 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:55,643 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 20:51:55,646 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:55,646 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 20:51:55,649 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,649 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 20:51:55,653 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,653 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 20:51:55,656 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:51:55,656 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:51:55,656 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/sdc$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:55,684 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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 20:51:55,684 INFO program/MainThread: stderr[24]: 2024-03-01 20:51:55,685 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:51:55,685 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:51:55,689 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP ; label: None ; device: /dev/sdf ; serial: 36001405a0c36957ba854aaca2b71c10e ; exists: True ; vg_name: test_vg2 ; vg_uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:51:55,689 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 20:51:55,692 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:51:55,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:51:55,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:51:55,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:51:55,706 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:51:55,709 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:51:55,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:51:55,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:51:55,715 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/sdc$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:55,745 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 20:51:55,745 INFO program/MainThread: stderr[25]: 2024-03-01 20:51:55,745 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:51:55,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:55,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:51:55,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:51:55,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:51:55,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:51:55,770 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:51:55,771 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:51:55,774 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 20:51:55,775 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:51:55,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:51:55,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:51:55,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:51:55,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:51:55,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:51:55,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:51:55,789 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:51:55,792 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 20:51:55,793 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:51:55,793 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:51:55,793 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 20:51:55,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:51:55,796 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:51:55,800 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 20:51:55,800 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:51:55,804 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/b1ae797c-86aa-4648-9ed2-1a54782c16b7 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xkperc26i9EpYwsq3s3PATQTmp7T2FrEd0', '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-9r9BK04gn4yxyi6PGuEeVy3gwowww2xkperc26i9EpYwsq3s3PATQTmp7T2FrEd0', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b1ae797c-86aa-4648-9ed2-1a54782c16b7', 'ID_FS_UUID_ENC': 'b1ae797c-86aa-4648-9ed2-1a54782c16b7', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '831249613'} ; 2024-03-01 20:51:55,804 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:51:55,804 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:51:55,808 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:51:55,808 INFO program/MainThread: stderr[26]: 2024-03-01 20:51:55,808 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:51:55,808 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:51:55,811 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:51:55,812 INFO program/MainThread: stderr[27]: 2024-03-01 20:51:55,812 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:51:55,812 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:51:55,815 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:51:55,815 INFO program/MainThread: stderr[28]: 2024-03-01 20:51:55,815 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:51:55,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 20:51:55,825 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:51:55,826 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:51:55,826 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:51:55,827 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:51:55,823 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c216c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fde3c20e4e0) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:51:55,827 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:51:55,830 INFO program/MainThread: stdout[29]: LVM 2024-03-01 20:51:55,831 INFO program/MainThread: stderr[29]: 2024-03-01 20:51:55,831 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:51:55,835 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:51:55,839 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:55,839 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 20:51:55,842 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:55,843 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 20:51:55,846 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,846 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 20:51:55,850 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,850 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 20:51:55,850 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:51:55,853 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:55,853 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 20:51:55,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:51:55,857 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:55,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:55,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:51:55,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:51:55,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:51:55,885 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:51:55,888 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:51:55,888 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:51:55,892 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 20:51:55,892 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:51:55,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 20:51:55,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:51:55,900 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:51:55,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:51:55,903 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:51:55,906 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:51:55,907 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:51:55,910 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 20:51:55,911 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:51:55,911 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:51:55,911 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 20:51:55,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:51:55,914 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:51:55,918 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 20:51:55,918 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:51:55,922 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/59fff65c-bc09-43ad-a3af-e4786fe9992c ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xk5IVoh35Ln8rcs5cvj20XP7oeaUPn797c', '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-9r9BK04gn4yxyi6PGuEeVy3gwowww2xk5IVoh35Ln8rcs5cvj20XP7oeaUPn797c', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '59fff65c-bc09-43ad-a3af-e4786fe9992c', 'ID_FS_UUID_ENC': '59fff65c-bc09-43ad-a3af-e4786fe9992c', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '830945622'} ; 2024-03-01 20:51:55,922 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:51:55,922 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:51:55,926 INFO program/MainThread: stdout[30]: LVM 2024-03-01 20:51:55,926 INFO program/MainThread: stderr[30]: 2024-03-01 20:51:55,926 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:51:55,926 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:51:55,929 INFO program/MainThread: stdout[31]: LVM 2024-03-01 20:51:55,929 INFO program/MainThread: stderr[31]: 2024-03-01 20:51:55,929 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:51:55,930 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:51:55,933 INFO program/MainThread: stdout[32]: LVM 2024-03-01 20:51:55,933 INFO program/MainThread: stderr[32]: 2024-03-01 20:51:55,933 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:51:55,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 20:51:55,944 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:51:55,944 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:51:55,945 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:51:55,946 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:51:55,941 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde4aa8cac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fde3c20e4e0) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:51:55,946 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:51:55,949 INFO program/MainThread: stdout[33]: LVM 2024-03-01 20:51:55,949 INFO program/MainThread: stderr[33]: 2024-03-01 20:51:55,949 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:51:55,953 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:51:55,957 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:55,957 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 20:51:55,961 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:55,961 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 20:51:55,964 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,965 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 20:51:55,968 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:55,968 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:51:55,969 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:51:55,972 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:55,972 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 20:51:55,975 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:51:55,976 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:55,976 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:55,979 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/lvm-pv-uuid-REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', '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': 'REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL', 'ID_FS_UUID_ENC': 'REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:51:55,979 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 20:51:55,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:51:55,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:55,990 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:51:55,991 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:51:55,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:51:55,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 20:51:55,994 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:51:55,997 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:51:55,998 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 20:51:56,001 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 20:51:56,001 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:51:56,002 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 20:51:56,002 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c1f5080) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:51:56,005 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:51:56,008 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:56,009 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 20:51:56,012 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:56,012 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 20:51:56,015 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,015 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 20:51:56,019 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,019 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 20:51:56,022 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:51:56,022 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:51:56,022 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/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,050 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:56,050 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY. WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:51:56,050 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:51:56,051 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:51:56,055 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL ; label: None ; device: /dev/sdg ; serial: 360014055d628f7d16d04e5793a55b580 ; exists: True ; vg_name: test_vg3 ; vg_uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 20:51:56,055 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 20:51:56,058 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:51:56,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:56,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:56,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:56,071 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/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,103 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 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=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:56,104 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY. WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:51:56,104 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:51:56,104 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:51:56,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:51:56,109 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:51:56,113 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:56,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 20:51:56,116 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:51:56,116 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/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,143 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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=B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 20:51:56,143 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY. WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:51:56,143 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:51:56,148 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:51:56,149 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 20:51:56,152 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:51:56,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:56,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:51:56,158 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:51:56,158 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:56,162 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/lvm-pv-uuid-m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY ' '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a', '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': 'm7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY', 'ID_FS_UUID_ENC': 'm7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:51:56,162 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 20:51:56,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:56,173 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:51:56,173 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:51:56,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:51:56,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:51:56,177 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:51:56,180 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:51:56,180 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 20:51:56,184 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 20:51:56,184 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:51:56,184 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 20:51:56,184 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c1ed668) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:51:56,188 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:51:56,191 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:56,191 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 20:51:56,194 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:56,195 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 20:51:56,198 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,198 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 20:51:56,201 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,201 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:51:56,204 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:51:56,204 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:51:56,204 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/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,235 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:56,235 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:51:56,236 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:51:56,236 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:51:56,240 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY ; label: None ; device: /dev/sdh ; serial: 36001405564719a1de9246a180fa4085a ; exists: True ; vg_name: test_vg3 ; vg_uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; pe_start: 8 MiB ; 2024-03-01 20:51:56,240 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 20:51:56,243 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:51:56,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:56,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:51:56,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:51:56,257 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:56,260 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:51:56,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:56,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:51:56,266 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/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,295 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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=B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 20:51:56,296 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:51:56,296 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:51:56,296 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:51:56,296 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:56,301 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/lvm-pv-uuid-ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63', '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': 'ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk', 'ID_FS_UUID_ENC': 'ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:51:56,301 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 20:51:56,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:56,313 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:51:56,313 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:51:56,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 20:51:56,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:51:56,316 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:51:56,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:51:56,320 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 20:51:56,323 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 20:51:56,323 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:51:56,324 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 20:51:56,324 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c20e6d8) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:51:56,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:51:56,331 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:56,331 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 20:51:56,334 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:56,334 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 20:51:56,338 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,338 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 20:51:56,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 20:51:56,344 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:51:56,344 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:51:56,344 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,375 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:56,376 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:51:56,376 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:51:56,376 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:51:56,380 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk ; label: None ; device: /dev/sdi ; serial: 36001405b737a4c0e11f476d94c141e63 ; exists: True ; vg_name: test_vg3 ; vg_uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; pe_start: 8 MiB ; 2024-03-01 20:51:56,380 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:51:56,384 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:51:56,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:56,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:51:56,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:51:56,397 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:56,400 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:51:56,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:56,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:51:56,406 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,436 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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=B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 20:51:56,437 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:51:56,437 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:51:56,437 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:51:56,437 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:56,442 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/lvm-pv-uuid-pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02', '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': 'pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0', 'ID_FS_UUID_ENC': 'pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:51:56,442 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 20:51:56,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:56,453 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:51:56,454 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:51:56,454 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:51:56,454 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 20:51:56,457 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:51:56,460 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:51:56,461 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 20:51:56,464 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 20:51:56,464 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:51:56,465 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 20:51:56,465 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c21fba8) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:51:56,468 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:51:56,472 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:56,472 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 20:51:56,475 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:56,475 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 20:51:56,479 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,479 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 20:51:56,482 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,482 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 20:51:56,485 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:51:56,485 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:51:56,485 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,514 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:51:56,514 INFO program/MainThread: stderr[41]: 2024-03-01 20:51:56,514 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:51:56,514 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:51:56,519 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 ; label: None ; device: /dev/sdj ; serial: 36001405188bead0832c4b19b6c239e02 ; exists: True ; vg_name: test_vg3 ; vg_uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 20:51:56,519 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 20:51:56,522 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:51:56,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:56,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:51:56,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:51:56,535 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:51:56,538 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:51:56,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:51:56,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:51:56,545 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:51:56,573 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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=B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 20:51:56,574 INFO program/MainThread: stderr[42]: 2024-03-01 20:51:56,574 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:51:56,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:56,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:56,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 20:51:56,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:51:56,592 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:51:56,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:51:56,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:51:56,600 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:51:56,603 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 20:51:56,604 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:51:56,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 20:51:56,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:51:56,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:51:56,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 20:51:56,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:51:56,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:51:56,619 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:51:56,622 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 20:51:56,623 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:51:56,623 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:51:56,623 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 20:51:56,626 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:51:56,626 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:51:56,629 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 20:51:56,630 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:51:56,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8ew8JxMNPcrqdzFL5HxjqcJCXQW3Rh37g ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8ew8JxMNPcrqdzFL5HxjqcJCXQW3Rh37g', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'ID_FS_UUID_ENC': '0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '830043373'} ; 2024-03-01 20:51:56,634 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:51:56,634 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:51:56,638 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:51:56,638 INFO program/MainThread: stderr[43]: 2024-03-01 20:51:56,638 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:51:56,638 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:51:56,641 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:51:56,642 INFO program/MainThread: stderr[44]: 2024-03-01 20:51:56,642 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:51:56,642 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:51:56,645 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:51:56,645 INFO program/MainThread: stderr[45]: 2024-03-01 20:51:56,645 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:51:56,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 20:51:56,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:51:56,657 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:51:56,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:51:56,658 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:51:56,653 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c21f6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fde3c1e0828) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:51:56,658 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:51:56,661 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:51:56,662 INFO program/MainThread: stderr[46]: 2024-03-01 20:51:56,662 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:51:56,666 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:51:56,670 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:56,670 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 20:51:56,674 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:56,674 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 20:51:56,677 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,677 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 20:51:56,681 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,681 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 20:51:56,681 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:51:56,684 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:56,684 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 20:51:56,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:51:56,688 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:56,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:56,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:56,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 20:51:56,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:51:56,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:51:56,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:51:56,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:51:56,712 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:51:56,715 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 20:51:56,716 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:51:56,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 20:51:56,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:51:56,723 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:51:56,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:51:56,726 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:51:56,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:51:56,730 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:51:56,733 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 20:51:56,734 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:51:56,734 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:51:56,734 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 20:51:56,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:51:56,738 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:51:56,741 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 20:51:56,742 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:51:56,745 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8YsgORYOETe4EmSmICvlw5i4s3dpMi8Og ' '/dev/disk/by-uuid/c3175d86-e87b-4eb3-8848-2295a1702e25 ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8YsgORYOETe4EmSmICvlw5i4s3dpMi8Og', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c3175d86-e87b-4eb3-8848-2295a1702e25', 'ID_FS_UUID_ENC': 'c3175d86-e87b-4eb3-8848-2295a1702e25', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '829722874'} ; 2024-03-01 20:51:56,745 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:51:56,746 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:51:56,749 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:51:56,750 INFO program/MainThread: stderr[47]: 2024-03-01 20:51:56,750 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:51:56,750 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:51:56,753 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:51:56,753 INFO program/MainThread: stderr[48]: 2024-03-01 20:51:56,753 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:51:56,753 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:51:56,756 INFO program/MainThread: stdout[49]: LVM 2024-03-01 20:51:56,756 INFO program/MainThread: stderr[49]: 2024-03-01 20:51:56,756 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:51:56,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 20:51:56,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:51:56,769 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:51:56,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:51:56,770 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:51:56,765 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3ce016d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fde3c1e0828) -- name = test_vg3 status = True 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:51:56,771 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:51:56,774 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:51:56,774 INFO program/MainThread: stderr[50]: 2024-03-01 20:51:56,774 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:51:56,778 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:51:56,782 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:56,782 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 20:51:56,785 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:56,785 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 20:51:56,789 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,789 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 20:51:56,792 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,792 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 20:51:56,793 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:51:56,796 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:56,796 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 20:51:56,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:51:56,800 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:56,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:56,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:56,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:51:56,817 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:51:56,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 20:51:56,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:51:56,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:51:56,824 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:51:56,827 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 20:51:56,828 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:51:56,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 20:51:56,832 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:51:56,835 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:51:56,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 20:51:56,839 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:51:56,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:51:56,842 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:51:56,846 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 20:51:56,846 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:51:56,846 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:51:56,847 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 20:51:56,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:51:56,850 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:51:56,853 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 20:51:56,854 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:51:56,857 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8RtlYf8nYIasydf21NSuKeazei5mb0fs8 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/2c269673-0aee-470b-96e6-a67c7b0dcd3c ' '/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-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8RtlYf8nYIasydf21NSuKeazei5mb0fs8', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2c269673-0aee-470b-96e6-a67c7b0dcd3c', 'ID_FS_UUID_ENC': '2c269673-0aee-470b-96e6-a67c7b0dcd3c', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '829404669'} ; 2024-03-01 20:51:56,857 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:51:56,858 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:51:56,861 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:51:56,861 INFO program/MainThread: stderr[51]: 2024-03-01 20:51:56,861 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:51:56,862 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:51:56,865 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:51:56,865 INFO program/MainThread: stderr[52]: 2024-03-01 20:51:56,865 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:51:56,865 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:51:56,868 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:51:56,868 INFO program/MainThread: stderr[53]: 2024-03-01 20:51:56,868 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:51:56,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 20:51:56,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:51:56,881 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:51:56,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:51:56,882 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:51:56,877 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3cb77710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fde3c1e0828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:51:56,883 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:51:56,887 INFO program/MainThread: stdout[54]: LVM 2024-03-01 20:51:56,887 INFO program/MainThread: stderr[54]: 2024-03-01 20:51:56,887 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:51:56,891 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:51:56,895 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:56,895 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 20:51:56,899 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:56,899 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 20:51:56,902 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,902 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 20:51:56,906 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:56,906 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 20:51:56,906 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:51:56,910 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:56,910 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 20:51:56,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:51:56,913 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:56,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:56,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:51:56,927 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 20:51:56,930 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:51:56,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 20:51:56,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:51:56,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:51:56,937 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:56,941 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 20:51:56,941 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:51:56,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 20:51:56,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:51:56,948 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:51:56,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:51:56,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:51:56,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:51:56,956 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:56,959 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 20:51:56,960 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:51:56,960 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:51:56,960 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 20:51:56,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:51:56,963 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:51:56,967 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 20:51:56,967 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:51:56,971 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8B8e08siHuIcOX7N7wK6OxX9HD2fMu93e ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-uuid/1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8B8e08siHuIcOX7N7wK6OxX9HD2fMu93e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'ID_FS_UUID_ENC': '1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '828988359'} ; 2024-03-01 20:51:56,971 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:51:56,971 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:51:56,975 INFO program/MainThread: stdout[55]: LVM 2024-03-01 20:51:56,975 INFO program/MainThread: stderr[55]: 2024-03-01 20:51:56,975 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:51:56,975 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:51:56,978 INFO program/MainThread: stdout[56]: LVM 2024-03-01 20:51:56,979 INFO program/MainThread: stderr[56]: 2024-03-01 20:51:56,979 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:51:56,979 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:51:56,982 INFO program/MainThread: stdout[57]: LVM 2024-03-01 20:51:56,982 INFO program/MainThread: stderr[57]: 2024-03-01 20:51:56,982 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:51:56,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:51:56,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 20:51:56,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:51:56,995 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:51:56,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:51:56,997 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:51:56,991 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c1a97b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fde3c1e0828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:51:56,997 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:51:57,000 INFO program/MainThread: stdout[58]: LVM 2024-03-01 20:51:57,001 INFO program/MainThread: stderr[58]: 2024-03-01 20:51:57,001 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:51:57,005 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:51:57,009 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:57,009 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 20:51:57,012 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:57,012 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 20:51:57,016 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:57,016 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 20:51:57,019 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:57,019 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:51:57,020 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:51:57,023 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:51:57,023 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 20:51:57,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:51:57,027 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:51:57,027 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:51:57,030 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': '26086320'} ; 2024-03-01 20:51:57,030 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:51:57,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:51:57,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:51:57,042 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:51:57,042 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:51:57,042 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:51:57,042 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:51:57,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:51:57,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 20:51:57,045 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:51:57,049 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:51:57,049 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:51:57,052 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:51:57,052 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:51:57,053 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 20:51:57,053 INFO blivet/MainThread: got device: DiskDevice instance (0x7fde3c1b5048) -- 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 20:51:57,056 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:51:57,060 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:51:57,060 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 20:51:57,063 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:51:57,063 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 20:51:57,066 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:57,067 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 20:51:57,070 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:51:57,070 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 20:51:57,073 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:51:57,076 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:51:57,079 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:51:57,087 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 0x7fde3c215bc8> 2024-03-01 20:52:00,061 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 20:52:00,065 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:00,065 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:00,069 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': '26089822'} ; 2024-03-01 20:52:00,069 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:00,069 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:00,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,080 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:00,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,087 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:00,100 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:00,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 20:52:00,123 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 20:52:00,127 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:00,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 20:52:00,130 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:00,133 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:00,134 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:00,137 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:00,137 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:00,137 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:00,141 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:00,144 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:00,147 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:00,150 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:00,153 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:00,154 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:00,154 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 20:52:00,155 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:00,154 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fde3c1ac9e8) -- 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 0x7fde3c1cd9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:00,159 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:00,162 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:00,162 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 20:52:00,165 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:00,166 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 20:52:00,169 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,169 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 20:52:00,172 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:00,173 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 20:52:00,173 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:00,176 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:00,176 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 20:52:00,179 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:00,179 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:00,183 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/1b4c879d-b31f-4e49-a6c3-e15af82499a6 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8B8e08siHuIcOX7N7wK6OxX9HD2fMu93e ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8B8e08siHuIcOX7N7wK6OxX9HD2fMu93e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'ID_FS_UUID_ENC': '1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '828988359'} ; 2024-03-01 20:52:00,183 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:52:00,183 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:00,187 INFO program/MainThread: stdout[59]: LVM 2024-03-01 20:52:00,187 INFO program/MainThread: stderr[59]: 2024-03-01 20:52:00,187 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:52:00,187 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:00,190 INFO program/MainThread: stdout[60]: LVM 2024-03-01 20:52:00,190 INFO program/MainThread: stderr[60]: 2024-03-01 20:52:00,191 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:52:00,191 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:00,194 INFO program/MainThread: stdout[61]: LVM 2024-03-01 20:52:00,194 INFO program/MainThread: stderr[61]: 2024-03-01 20:52:00,194 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:52:00,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:52:00,206 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:00,207 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:00,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:00,208 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:00,202 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c1a97b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fde3c1e0828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:00,209 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:00,213 INFO program/MainThread: stdout[62]: LVM 2024-03-01 20:52:00,213 INFO program/MainThread: stderr[62]: 2024-03-01 20:52:00,213 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:52:00,217 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:52:00,217 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:52:00,220 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2c269673-0aee-470b-96e6-a67c7b0dcd3c ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8RtlYf8nYIasydf21NSuKeazei5mb0fs8 ' '/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-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8RtlYf8nYIasydf21NSuKeazei5mb0fs8', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2c269673-0aee-470b-96e6-a67c7b0dcd3c', 'ID_FS_UUID_ENC': '2c269673-0aee-470b-96e6-a67c7b0dcd3c', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '829404669'} ; 2024-03-01 20:52:00,220 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:52:00,221 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:00,224 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:52:00,224 INFO program/MainThread: stderr[63]: 2024-03-01 20:52:00,224 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:52:00,224 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:00,227 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:52:00,227 INFO program/MainThread: stderr[64]: 2024-03-01 20:52:00,227 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:52:00,228 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:00,231 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:52:00,231 INFO program/MainThread: stderr[65]: 2024-03-01 20:52:00,231 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:52:00,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:52:00,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:00,244 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:00,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:00,245 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:00,240 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3cb77710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fde3c1e0828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:00,246 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:00,250 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:52:00,250 INFO program/MainThread: stderr[66]: 2024-03-01 20:52:00,250 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:52:00,254 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:52:00,254 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:52:00,257 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/c3175d86-e87b-4eb3-8848-2295a1702e25 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8YsgORYOETe4EmSmICvlw5i4s3dpMi8Og ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8YsgORYOETe4EmSmICvlw5i4s3dpMi8Og', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c3175d86-e87b-4eb3-8848-2295a1702e25', 'ID_FS_UUID_ENC': 'c3175d86-e87b-4eb3-8848-2295a1702e25', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '829722874'} ; 2024-03-01 20:52:00,258 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:52:00,258 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:00,261 INFO program/MainThread: stdout[67]: LVM 2024-03-01 20:52:00,261 INFO program/MainThread: stderr[67]: 2024-03-01 20:52:00,261 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:52:00,262 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:00,265 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:52:00,265 INFO program/MainThread: stderr[68]: 2024-03-01 20:52:00,265 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:52:00,265 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:00,268 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:52:00,268 INFO program/MainThread: stderr[69]: 2024-03-01 20:52:00,268 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:52:00,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:52:00,280 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:00,281 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:00,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:00,283 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:00,277 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3ce016d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fde3c1e0828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:00,284 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:00,288 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:52:00,288 INFO program/MainThread: stderr[70]: 2024-03-01 20:52:00,288 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:52:00,292 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:52:00,292 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:52:00,295 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/0403f3b6-92e8-4e84-929d-1d4a575a5a9f ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8ew8JxMNPcrqdzFL5HxjqcJCXQW3Rh37g ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8ew8JxMNPcrqdzFL5HxjqcJCXQW3Rh37g', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'ID_FS_UUID_ENC': '0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '830043373'} ; 2024-03-01 20:52:00,295 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:52:00,296 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:00,300 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:52:00,300 INFO program/MainThread: stderr[71]: 2024-03-01 20:52:00,300 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:52:00,300 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:00,303 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:52:00,303 INFO program/MainThread: stderr[72]: 2024-03-01 20:52:00,303 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:52:00,304 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:00,307 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:52:00,307 INFO program/MainThread: stderr[73]: 2024-03-01 20:52:00,307 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:52:00,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,315 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 20:52:00,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:00,320 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:00,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:00,322 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:00,315 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c21f6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fde3c1e0828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:00,322 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:00,326 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:52:00,326 INFO program/MainThread: stderr[74]: 2024-03-01 20:52:00,326 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:52:00,330 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:52:00,330 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:52:00,333 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-id/dm-uuid-LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xk5IVoh35Ln8rcs5cvj20XP7oeaUPn797c ' '/dev/disk/by-uuid/59fff65c-bc09-43ad-a3af-e4786fe9992c', '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-9r9BK04gn4yxyi6PGuEeVy3gwowww2xk5IVoh35Ln8rcs5cvj20XP7oeaUPn797c', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '59fff65c-bc09-43ad-a3af-e4786fe9992c', 'ID_FS_UUID_ENC': '59fff65c-bc09-43ad-a3af-e4786fe9992c', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '830945622'} ; 2024-03-01 20:52:00,333 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:52:00,334 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:00,337 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:52:00,337 INFO program/MainThread: stderr[75]: 2024-03-01 20:52:00,337 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:52:00,337 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:00,340 INFO program/MainThread: stdout[76]: LVM 2024-03-01 20:52:00,341 INFO program/MainThread: stderr[76]: 2024-03-01 20:52:00,341 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:52:00,341 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:00,344 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:52:00,344 INFO program/MainThread: stderr[77]: 2024-03-01 20:52:00,344 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:52:00,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:52:00,355 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:00,356 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:00,356 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:00,357 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:00,352 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde4aa8cac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fde3c20e4e0) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:00,357 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:00,361 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:52:00,361 INFO program/MainThread: stderr[78]: 2024-03-01 20:52:00,361 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:52:00,365 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:52:00,365 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:52:00,368 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/b1ae797c-86aa-4648-9ed2-1a54782c16b7 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xkperc26i9EpYwsq3s3PATQTmp7T2FrEd0', '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-9r9BK04gn4yxyi6PGuEeVy3gwowww2xkperc26i9EpYwsq3s3PATQTmp7T2FrEd0', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b1ae797c-86aa-4648-9ed2-1a54782c16b7', 'ID_FS_UUID_ENC': 'b1ae797c-86aa-4648-9ed2-1a54782c16b7', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '831249613'} ; 2024-03-01 20:52:00,368 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:52:00,368 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:00,371 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:52:00,372 INFO program/MainThread: stderr[79]: 2024-03-01 20:52:00,372 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:52:00,372 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:00,375 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:52:00,375 INFO program/MainThread: stderr[80]: 2024-03-01 20:52:00,375 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:52:00,375 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:00,378 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:52:00,378 INFO program/MainThread: stderr[81]: 2024-03-01 20:52:00,379 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:52:00,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:52:00,390 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:00,390 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:00,391 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:00,391 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:00,387 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c216c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fde3c20e4e0) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:00,392 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:00,395 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:52:00,395 INFO program/MainThread: stderr[82]: 2024-03-01 20:52:00,395 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:52:00,399 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:52:00,400 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:52:00,403 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1Yjm7skwvrqlB1uhhv5arnkAF0qUPmA8ZRg ' '/dev/disk/by-uuid/e54eb03d-424a-437f-af2e-0f546d282646 ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1Yjm7skwvrqlB1uhhv5arnkAF0qUPmA8ZRg', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e54eb03d-424a-437f-af2e-0f546d282646', 'ID_FS_UUID_ENC': 'e54eb03d-424a-437f-af2e-0f546d282646', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '832107802'} ; 2024-03-01 20:52:00,403 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:52:00,403 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:00,406 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:52:00,406 INFO program/MainThread: stderr[83]: 2024-03-01 20:52:00,406 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:52:00,406 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:00,409 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:52:00,410 INFO program/MainThread: stderr[84]: 2024-03-01 20:52:00,410 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:52:00,410 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:00,413 INFO program/MainThread: stdout[85]: LVM 2024-03-01 20:52:00,413 INFO program/MainThread: stderr[85]: 2024-03-01 20:52:00,413 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:52:00,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,421 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 20:52:00,424 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:00,424 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:00,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:00,426 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:00,421 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c1f5dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fde3c26ea90) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:00,426 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:00,429 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:52:00,429 INFO program/MainThread: stderr[86]: 2024-03-01 20:52:00,429 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:52:00,433 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:52:00,434 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:52:00,437 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/19164c46-176e-4db4-9dd3-f96f2917e5ad ' '/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-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1YjLz4UMyLwmEUm41T0rtam7ZYTQbdX3ZUZ', '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-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1YjLz4UMyLwmEUm41T0rtam7ZYTQbdX3ZUZ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '19164c46-176e-4db4-9dd3-f96f2917e5ad', 'ID_FS_UUID_ENC': '19164c46-176e-4db4-9dd3-f96f2917e5ad', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '832420694'} ; 2024-03-01 20:52:00,437 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:52:00,437 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:00,440 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:52:00,440 INFO program/MainThread: stderr[87]: 2024-03-01 20:52:00,440 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:52:00,440 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:00,443 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:52:00,444 INFO program/MainThread: stderr[88]: 2024-03-01 20:52:00,444 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:52:00,444 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:00,447 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:52:00,447 INFO program/MainThread: stderr[89]: 2024-03-01 20:52:00,447 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:52:00,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:52:00,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:00,458 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:00,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:00,459 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:00,455 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fde3c1f5f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fde3c26ea90) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:00,460 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:00,463 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:52:00,463 INFO program/MainThread: stderr[90]: 2024-03-01 20:52:00,463 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:52:00,467 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:52:00,467 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:52:00,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:00,478 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:00,494 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:52:00,495 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:52:00,499 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 20:52:00,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,506 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 20:52:00,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:00,509 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:00,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:00,522 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:00,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,531 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 20:52:00,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:00,534 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:00,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:00,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:00,547 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:00,550 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 20:52:00,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,556 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 20:52:00,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:00,559 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 20:52:00,562 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 20:52:00,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:00,568 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 20:52:00,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:00,571 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:05,269 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_0mkjkyxx/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:05,306 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:05,306 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:52:05,309 INFO program/MainThread: stdout[2]: 2024-03-01 20:52:05,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 20:52:05,310 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:52:05,310 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:52:05,314 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:05,314 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:52:05,318 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:05,318 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:52:05,321 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:05,321 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:52:05,325 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:05,325 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:52:05,335 INFO program/MainThread: stdout: 2024-03-01 20:52:05,335 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:52:05,335 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW 2024-03-01 20:52:05,335 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e54eb03d-424a-437f-af2e-0f546d282646 2024-03-01 20:52:05,335 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D 2024-03-01 20:52:05,336 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e54eb03d-424a-437f-af2e-0f546d282646 2024-03-01 20:52:05,336 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 19164c46-176e-4db4-9dd3-f96f2917e5ad 2024-03-01 20:52:05,336 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi 2024-03-01 20:52:05,336 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u 2024-03-01 20:52:05,336 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 59fff65c-bc09-43ad-a3af-e4786fe9992c 2024-03-01 20:52:05,336 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs b1ae797c-86aa-4648-9ed2-1a54782c16b7 2024-03-01 20:52:05,336 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 2024-03-01 20:52:05,336 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP 2024-03-01 20:52:05,336 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL 2024-03-01 20:52:05,336 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1b4c879d-b31f-4e49-a6c3-e15af82499a6 2024-03-01 20:52:05,336 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2c269673-0aee-470b-96e6-a67c7b0dcd3c 2024-03-01 20:52:05,336 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c3175d86-e87b-4eb3-8848-2295a1702e25 2024-03-01 20:52:05,336 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY 2024-03-01 20:52:05,336 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c3175d86-e87b-4eb3-8848-2295a1702e25 2024-03-01 20:52:05,336 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk 2024-03-01 20:52:05,336 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 0403f3b6-92e8-4e84-929d-1d4a575a5a9f 2024-03-01 20:52:05,336 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 2024-03-01 20:52:05,336 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 0403f3b6-92e8-4e84-929d-1d4a575a5a9f 2024-03-01 20:52:05,336 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:52:05,336 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:52:05,336 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:52:05,336 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:05,336 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:05,336 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e54eb03d-424a-437f-af2e-0f546d282646 sdb 1073741824 root disk brw-rw---- LVM2_member fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e54eb03d-424a-437f-af2e-0f546d282646 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 19164c46-176e-4db4-9dd3-f96f2917e5ad sdc 1073741824 root disk brw-rw---- LVM2_member UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi sdd 1073741824 root disk brw-rw---- LVM2_member a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 59fff65c-bc09-43ad-a3af-e4786fe9992c `-test_vg2-lv3 322961408 root disk brw-rw---- xfs b1ae797c-86aa-4648-9ed2-1a54782c16b7 sde 1073741824 root disk brw-rw---- LVM2_member MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 sdf 1073741824 root disk brw-rw---- LVM2_member nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP sdg 1073741824 root disk brw-rw---- LVM2_member REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1b4c879d-b31f-4e49-a6c3-e15af82499a6 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2c269673-0aee-470b-96e6-a67c7b0dcd3c `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c3175d86-e87b-4eb3-8848-2295a1702e25 sdh 1073741824 root disk brw-rw---- LVM2_member m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs c3175d86-e87b-4eb3-8848-2295a1702e25 sdi 1073741824 root disk brw-rw---- LVM2_member ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 0403f3b6-92e8-4e84-929d-1d4a575a5a9f sdj 1073741824 root disk brw-rw---- LVM2_member pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 0403f3b6-92e8-4e84-929d-1d4a575a5a9f 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 20:52:05,336 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:05,337 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:05,337 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:52:05,337 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:05,337 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:52:05,337 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:52:05,338 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:05,347 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:05,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 20:52:05,366 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/lvm-pv-uuid-PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW', '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': 'PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW', 'ID_FS_UUID_ENC': 'PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:52:05,366 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 20:52:05,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 20:52:05,390 INFO program/MainThread: stdout[3]: 2024-03-01 20:52:05,390 INFO program/MainThread: stderr[3]: 2024-03-01 20:52:05,390 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:52:05,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,404 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:52:05,408 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:52:05,409 INFO blivet/MainThread: sda is a disk 2024-03-01 20:52:05,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:52:05,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:52:05,413 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:05,416 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:05,417 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 20:52:05,420 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 20:52:05,420 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:52:05,421 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:52:05,421 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba037fecc0) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:52:05,425 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:52:05,429 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:05,429 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:52:05,432 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:05,432 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:52:05,436 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:05,436 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:52:05,439 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:05,439 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:52:05,443 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:52:05,443 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:52:05,443 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 20:52:05,474 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=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 20:52:05,474 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D. WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (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 20:52:05,474 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:52:05,475 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:52:05,479 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW ; label: None ; device: /dev/sda ; serial: 3600140522dd6968d39f4a1c8a83b6d5d ; exists: True ; vg_name: test_vg1 ; vg_uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; pe_start: 8 MiB ; 2024-03-01 20:52:05,479 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:52:05,483 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:52:05,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:52:05,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:05,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,496 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 20:52:05,522 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=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 20:52:05,522 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D. WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (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 20:52:05,522 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:52:05,522 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:52:05,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:52:05,530 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:52:05,534 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:05,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:52:05,537 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:52:05,538 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 20:52:05,566 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 20:52:05,566 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D. WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (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 20:52:05,566 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:52:05,571 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:52:05,572 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:52:05,575 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:52:05,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:52:05,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:52:05,582 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:52:05,582 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:05,586 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a', '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': 'fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D', 'ID_FS_UUID_ENC': 'fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:52:05,586 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 20:52:05,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,597 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:52:05,597 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:52:05,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:52:05,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:52:05,601 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:05,604 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:05,604 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 20:52:05,608 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 20:52:05,608 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:52:05,608 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:52:05,608 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba0266d358) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:52:05,612 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:52:05,616 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:05,616 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:52:05,619 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:05,619 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:52:05,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:05,623 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:52:05,627 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:05,627 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:52:05,630 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:52:05,630 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:52:05,630 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 20:52:05,656 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=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 20:52:05,656 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (last written to /dev/sdc). 2024-03-01 20:52:05,656 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:52:05,657 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:52:05,661 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D ; label: None ; device: /dev/sdb ; serial: 3600140566bb043ff76a42e79095662e6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 20:52:05,661 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:52:05,665 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:52:05,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:52:05,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:52:05,675 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:52:05,678 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:05,682 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:52:05,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:52:05,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:05,688 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 20:52:05,715 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 20:52:05,716 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi. WARNING: VG test_vg1 is missing PV UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi (last written to /dev/sdc). 2024-03-01 20:52:05,716 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:52:05,716 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:52:05,716 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:05,721 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:52:05,721 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 20:52:05,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,732 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:52:05,732 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:52:05,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:52:05,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:52:05,736 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:52:05,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:52:05,739 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 20:52:05,743 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 20:52:05,743 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:52:05,743 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:52:05,743 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba0266d518) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:52:05,747 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:52:05,747 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:52:05,751 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:52:05,751 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 20:52:05,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,761 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:52:05,761 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:52:05,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:52:05,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:52:05,765 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:52:05,768 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:52:05,769 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 20:52:05,772 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 20:52:05,772 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:52:05,773 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:52:05,773 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba0267ad30) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:52:05,776 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:52:05,776 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:52:05,780 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/lvm-pv-uuid-UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e', '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': 'UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi', 'ID_FS_UUID_ENC': 'UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:52:05,780 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 20:52:05,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,790 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:52:05,791 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:52:05,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:52:05,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:52:05,794 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:05,798 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:05,798 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 20:52:05,801 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 20:52:05,801 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:52:05,802 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:52:05,802 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba02684320) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:52:05,805 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:52:05,809 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:05,809 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:52:05,813 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:05,813 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:52:05,816 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:05,816 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:52:05,820 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:05,820 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:52:05,823 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:52:05,823 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:52:05,823 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 20:52:05,850 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=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 20:52:05,850 INFO program/MainThread: stderr[9]: 2024-03-01 20:52:05,850 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:52:05,851 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:52:05,855 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi ; label: None ; device: /dev/sdc ; serial: 360014057bf5dd7e61d145f1854bd495e ; exists: True ; vg_name: test_vg1 ; vg_uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:52:05,855 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:52:05,859 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:52:05,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:52:05,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:05,869 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:52:05,872 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:05,875 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:52:05,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj ; incomplete: True ; hidden: False ; 2024-03-01 20:52:05,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:05,882 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 20:52:05,909 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 20:52:05,909 INFO program/MainThread: stderr[10]: 2024-03-01 20:52:05,909 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:52:05,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:05,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:05,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:52:05,928 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:05,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:52:05,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:52:05,936 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:05,936 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:05,940 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 20:52:05,940 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:52:05,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:52:05,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:52:05,949 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:05,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:52:05,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:52:05,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:05,956 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:05,960 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 20:52:05,960 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:52:05,960 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:52:05,961 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:52:05,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:05,964 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:52:05,968 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 20:52:05,968 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:52:05,972 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1YjLz4UMyLwmEUm41T0rtam7ZYTQbdX3ZUZ ' '/dev/disk/by-uuid/19164c46-176e-4db4-9dd3-f96f2917e5ad ' '/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-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1YjLz4UMyLwmEUm41T0rtam7ZYTQbdX3ZUZ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '19164c46-176e-4db4-9dd3-f96f2917e5ad', 'ID_FS_UUID_ENC': '19164c46-176e-4db4-9dd3-f96f2917e5ad', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '832420694'} ; 2024-03-01 20:52:05,972 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:52:05,972 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:05,976 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:52:05,976 INFO program/MainThread: stderr[11]: 2024-03-01 20:52:05,976 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:52:05,976 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:05,979 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:52:05,980 INFO program/MainThread: stderr[12]: 2024-03-01 20:52:05,980 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:52:05,980 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:05,983 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:52:05,983 INFO program/MainThread: stderr[13]: 2024-03-01 20:52:05,983 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:52:05,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:05,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:52:05,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:05,995 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:52:05,995 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:05,996 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:52:05,991 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 20:52:05,996 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:06,000 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:52:06,000 INFO program/MainThread: stderr[14]: 2024-03-01 20:52:06,000 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:52:06,004 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:52:06,008 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,009 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:52:06,012 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,012 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:52:06,016 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,016 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:52:06,020 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,020 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:52:06,022 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:52:06,022 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:52:06,026 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:06,026 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:52:06,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:52:06,030 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:06,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:06,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:06,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:06,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:52:06,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:52:06,055 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:06,055 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:06,059 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 20:52:06,059 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:06,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:52:06,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:52:06,067 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:06,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:06,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:52:06,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:06,075 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:06,078 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 20:52:06,079 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:06,079 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:52:06,079 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 20:52:06,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:06,083 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:52:06,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 20:52:06,086 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:52:06,090 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-uuid/e54eb03d-424a-437f-af2e-0f546d282646 ' '/dev/disk/by-id/dm-uuid-LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1Yjm7skwvrqlB1uhhv5arnkAF0qUPmA8ZRg ' '/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-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1Yjm7skwvrqlB1uhhv5arnkAF0qUPmA8ZRg', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e54eb03d-424a-437f-af2e-0f546d282646', 'ID_FS_UUID_ENC': 'e54eb03d-424a-437f-af2e-0f546d282646', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '832107802'} ; 2024-03-01 20:52:06,090 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:52:06,091 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:06,094 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:52:06,095 INFO program/MainThread: stderr[15]: 2024-03-01 20:52:06,095 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:52:06,095 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:06,098 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:52:06,098 INFO program/MainThread: stderr[16]: 2024-03-01 20:52:06,098 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:52:06,098 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:06,101 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:52:06,101 INFO program/MainThread: stderr[17]: 2024-03-01 20:52:06,101 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:52:06,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 20:52:06,112 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:06,113 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:06,113 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:06,114 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:06,110 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:06,115 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:06,118 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:52:06,118 INFO program/MainThread: stderr[18]: 2024-03-01 20:52:06,118 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:52:06,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:52:06,126 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,126 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:52:06,130 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,130 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:52:06,134 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,134 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:52:06,138 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,138 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:06,138 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:52:06,142 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:06,142 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:52:06,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:06,146 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:06,146 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,150 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338', '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': 'a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u', 'ID_FS_UUID_ENC': 'a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:52:06,150 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 20:52:06,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,161 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:06,161 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:06,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:06,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:06,165 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:06,168 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:06,168 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 20:52:06,172 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 20:52:06,172 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,172 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 20:52:06,172 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba0269d048) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:52:06,176 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:06,180 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,180 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:06,183 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,183 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:06,187 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,187 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:06,190 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,190 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:06,194 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:52:06,194 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:52:06,194 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/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,223 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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 20:52:06,224 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3. WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:52:06,224 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:52:06,224 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:52:06,229 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u ; label: None ; device: /dev/sdd ; serial: 3600140501a4f4c4096a43a993349ed26 ; exists: True ; vg_name: test_vg2 ; vg_uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 20:52:06,229 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 20:52:06,232 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:52:06,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:06,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,245 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/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,273 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 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=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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 20:52:06,274 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3. WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:52:06,274 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:52:06,274 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:52:06,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:52:06,280 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:52:06,283 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:06,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:52:06,287 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:52:06,287 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/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,316 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 20:52:06,317 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3. WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:52:06,317 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:52:06,321 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:52:06,322 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 20:52:06,325 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:52:06,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:52:06,332 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:52:06,332 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,336 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/lvm-pv-uuid-MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 ' '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc', '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': 'MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3', 'ID_FS_UUID_ENC': 'MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:52:06,336 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 20:52:06,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,347 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:06,348 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:06,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:52:06,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:52:06,351 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:06,355 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:06,355 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 20:52:06,358 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 20:52:06,359 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,359 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 20:52:06,359 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba0269b7f0) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:52:06,363 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:06,366 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,366 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 20:52:06,370 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,370 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 20:52:06,373 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,373 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 20:52:06,377 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,377 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:52:06,380 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:52:06,380 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:52:06,380 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/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,409 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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 20:52:06,410 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:52:06,410 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:52:06,410 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:52:06,415 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 ; label: None ; device: /dev/sde ; serial: 36001405e034a0435b594c8b834809ecc ; exists: True ; vg_name: test_vg2 ; vg_uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:52:06,415 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 20:52:06,418 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:52:06,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:52:06,429 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:52:06,432 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:06,435 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:52:06,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:06,442 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/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,470 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 20:52:06,470 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP. WARNING: VG test_vg2 is missing PV nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP (last written to /dev/sdf). 2024-03-01 20:52:06,470 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:52:06,471 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:52:06,471 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,476 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/lvm-pv-uuid-nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e', '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': 'nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP', 'ID_FS_UUID_ENC': 'nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:52:06,476 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 20:52:06,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,487 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:06,488 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:06,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 20:52:06,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 20:52:06,491 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:06,495 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:06,495 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 20:52:06,499 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 20:52:06,499 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,499 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 20:52:06,499 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba0269bcc0) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:52:06,503 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:06,507 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,507 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 20:52:06,511 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,511 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 20:52:06,514 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,514 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 20:52:06,518 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,518 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 20:52:06,521 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:52:06,521 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:52:06,521 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/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,550 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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 20:52:06,551 INFO program/MainThread: stderr[24]: 2024-03-01 20:52:06,551 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:52:06,551 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:52:06,555 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP ; label: None ; device: /dev/sdf ; serial: 36001405a0c36957ba854aaca2b71c10e ; exists: True ; vg_name: test_vg2 ; vg_uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:52:06,556 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 20:52:06,559 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:52:06,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:06,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:52:06,573 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:06,576 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:52:06,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:06,583 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/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,612 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 20:52:06,613 INFO program/MainThread: stderr[25]: 2024-03-01 20:52:06,613 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:52:06,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:06,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:52:06,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:06,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:52:06,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:52:06,640 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:06,640 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:06,644 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 20:52:06,644 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:06,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:52:06,648 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:52:06,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:06,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:52:06,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:52:06,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:06,659 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:06,663 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 20:52:06,663 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:06,664 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:52:06,664 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 20:52:06,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:06,667 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:06,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 20:52:06,671 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:06,675 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/b1ae797c-86aa-4648-9ed2-1a54782c16b7 ' '/dev/disk/by-id/dm-uuid-LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xkperc26i9EpYwsq3s3PATQTmp7T2FrEd0 ' '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xkperc26i9EpYwsq3s3PATQTmp7T2FrEd0', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b1ae797c-86aa-4648-9ed2-1a54782c16b7', 'ID_FS_UUID_ENC': 'b1ae797c-86aa-4648-9ed2-1a54782c16b7', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '831249613'} ; 2024-03-01 20:52:06,675 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:52:06,675 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:06,679 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:52:06,679 INFO program/MainThread: stderr[26]: 2024-03-01 20:52:06,679 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:52:06,680 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:06,683 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:52:06,683 INFO program/MainThread: stderr[27]: 2024-03-01 20:52:06,683 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:52:06,683 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:06,686 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:52:06,686 INFO program/MainThread: stderr[28]: 2024-03-01 20:52:06,686 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:52:06,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 20:52:06,697 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:06,698 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:52:06,698 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:06,699 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:52:06,695 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:06,699 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:06,702 INFO program/MainThread: stdout[29]: LVM 2024-03-01 20:52:06,702 INFO program/MainThread: stderr[29]: 2024-03-01 20:52:06,702 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:52:06,707 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:52:06,711 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,711 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 20:52:06,715 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,715 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 20:52:06,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 20:52:06,723 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 20:52:06,723 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:52:06,726 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:06,727 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 20:52:06,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:06,730 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:06,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:06,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:52:06,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:06,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:52:06,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:52:06,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:06,764 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:06,768 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 20:52:06,768 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:06,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 20:52:06,772 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:52:06,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:06,776 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:52:06,779 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:52:06,783 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:06,783 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:06,787 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 20:52:06,787 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:06,787 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:52:06,788 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 20:52:06,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:06,791 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:06,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 20:52:06,795 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:06,799 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/59fff65c-bc09-43ad-a3af-e4786fe9992c ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xk5IVoh35Ln8rcs5cvj20XP7oeaUPn797c', '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-9r9BK04gn4yxyi6PGuEeVy3gwowww2xk5IVoh35Ln8rcs5cvj20XP7oeaUPn797c', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '59fff65c-bc09-43ad-a3af-e4786fe9992c', 'ID_FS_UUID_ENC': '59fff65c-bc09-43ad-a3af-e4786fe9992c', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '830945622'} ; 2024-03-01 20:52:06,799 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:52:06,799 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:06,803 INFO program/MainThread: stdout[30]: LVM 2024-03-01 20:52:06,803 INFO program/MainThread: stderr[30]: 2024-03-01 20:52:06,803 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:52:06,803 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:06,806 INFO program/MainThread: stdout[31]: LVM 2024-03-01 20:52:06,807 INFO program/MainThread: stderr[31]: 2024-03-01 20:52:06,807 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:52:06,807 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:06,810 INFO program/MainThread: stdout[32]: LVM 2024-03-01 20:52:06,810 INFO program/MainThread: stderr[32]: 2024-03-01 20:52:06,810 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:52:06,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 20:52:06,821 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:06,822 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:06,822 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:06,823 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:06,819 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:06,824 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:06,827 INFO program/MainThread: stdout[33]: LVM 2024-03-01 20:52:06,827 INFO program/MainThread: stderr[33]: 2024-03-01 20:52:06,827 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:52:06,831 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:52:06,835 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,835 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 20:52:06,839 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,839 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 20:52:06,843 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,843 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 20:52:06,847 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,847 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:52:06,847 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:52:06,851 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:06,851 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 20:52:06,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:06,855 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:06,855 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:06,858 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/lvm-pv-uuid-REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL', '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': 'REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL', 'ID_FS_UUID_ENC': 'REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:52:06,859 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 20:52:06,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,870 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:06,871 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:06,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:52:06,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 20:52:06,874 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:06,877 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:06,878 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 20:52:06,881 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 20:52:06,881 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:06,882 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 20:52:06,882 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba02684710) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:52:06,886 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:06,889 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:06,889 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 20:52:06,893 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:06,893 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 20:52:06,896 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,896 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 20:52:06,900 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:06,900 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 20:52:06,903 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:52:06,903 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:52:06,903 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/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,934 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:52:06,935 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY. WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:52:06,935 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:52:06,935 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:52:06,940 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL ; label: None ; device: /dev/sdg ; serial: 360014055d628f7d16d04e5793a55b580 ; exists: True ; vg_name: test_vg3 ; vg_uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 20:52:06,940 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 20:52:06,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:52:06,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:06,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:06,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:06,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:06,957 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/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:06,986 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 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=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:52:06,986 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY. WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:52:06,987 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:52:06,987 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:52:06,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:52:06,992 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:52:06,996 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:06,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 20:52:07,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:52:07,000 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/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:07,029 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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=B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 20:52:07,029 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY. WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:52:07,030 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:52:07,034 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:52:07,035 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 20:52:07,038 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:52:07,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,045 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:07,045 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:07,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/lvm-pv-uuid-m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a', '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': 'm7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY', 'ID_FS_UUID_ENC': 'm7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:52:07,049 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 20:52:07,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,060 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:07,061 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:07,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:52:07,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:52:07,065 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:07,068 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:07,068 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 20:52:07,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 20:52:07,072 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:07,073 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 20:52:07,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba0267a198) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:52:07,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:07,080 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,080 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 20:52:07,083 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,084 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 20:52:07,087 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,087 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 20:52:07,091 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,091 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:52:07,094 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:52:07,094 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:52:07,094 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:07,125 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:52:07,125 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:52:07,125 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:52:07,125 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:52:07,130 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY ; label: None ; device: /dev/sdh ; serial: 36001405564719a1de9246a180fa4085a ; exists: True ; vg_name: test_vg3 ; vg_uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; pe_start: 8 MiB ; 2024-03-01 20:52:07,130 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 20:52:07,133 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:52:07,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,144 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:52:07,147 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:07,150 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:52:07,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,157 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:07,187 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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=B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 20:52:07,188 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk. WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:52:07,188 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:52:07,188 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:07,188 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:07,193 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/lvm-pv-uuid-ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d', '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': 'ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk', 'ID_FS_UUID_ENC': 'ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:52:07,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 20:52:07,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,205 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:07,206 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:07,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 20:52:07,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:52:07,209 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:07,213 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:07,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 20:52:07,217 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 20:52:07,217 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:07,217 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 20:52:07,217 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba0269bf98) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:52:07,221 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:07,225 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,225 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 20:52:07,228 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,228 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 20:52:07,232 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,232 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 20:52:07,235 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,236 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 20:52:07,239 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:52:07,239 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:52:07,239 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:07,267 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:52:07,267 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:52:07,268 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:52:07,268 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:52:07,272 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk ; label: None ; device: /dev/sdi ; serial: 36001405b737a4c0e11f476d94c141e63 ; exists: True ; vg_name: test_vg3 ; vg_uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; pe_start: 8 MiB ; 2024-03-01 20:52:07,273 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:52:07,276 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:52:07,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:52:07,290 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:07,293 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:52:07,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,300 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:07,330 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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=B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 20:52:07,330 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0. WARNING: VG test_vg3 is missing PV pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 (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 20:52:07,330 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:52:07,331 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:52:07,331 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:07,336 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/lvm-pv-uuid-pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02', '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': 'pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0', 'ID_FS_UUID_ENC': 'pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:52:07,336 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 20:52:07,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,348 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:07,348 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:07,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:52:07,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 20:52:07,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:07,355 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:07,356 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 20:52:07,359 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 20:52:07,359 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:07,360 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 20:52:07,360 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba026ac5c0) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:52:07,363 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:07,367 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,367 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 20:52:07,371 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,371 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 20:52:07,374 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,374 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 20:52:07,378 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,378 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 20:52:07,381 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:52:07,381 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:52:07,381 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/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:07,413 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=PO6iT1-CkX7-J8s8-dJxx-fgIW-VCxF-9gxoaW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=fmdclb-OjYL-otUk-udnz-m5JJ-HHFe-1k7G0D LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=UwY4i1-ftRr-xNMf-1f85-bljG-iYYT-rsTxJi LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=a0SaXo-vUuu-vIsc-rDy2-lZuw-VzYm-bzyf0u LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=MBEuxB-VqqP-mSTJ-P8JJ-0Acx-073C-9IqJh3 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=nC0jxN-2B99-3Lci-6PvC-SRpT-XZco-ZScvuP LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk LVM2_VG_SIZE=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=REJgTS-X2l8-joaC-4PEH-5n1h-kpYl-aqHEUL LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=m7KJ8J-PMz3-BXcB-9xty-1ZMj-ERbh-nDvUdY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=ecNHdm-Hcd3-Gi48-ZW0K-SFS1-8AIz-2dhLfk LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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=pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 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 20:52:07,413 INFO program/MainThread: stderr[41]: 2024-03-01 20:52:07,413 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:52:07,413 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:52:07,418 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pF3lJs-Ncbu-pJ4T-RSfD-jBlx-OqhL-0pwMg0 ; label: None ; device: /dev/sdj ; serial: 36001405188bead0832c4b19b6c239e02 ; exists: True ; vg_name: test_vg3 ; vg_uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 20:52:07,418 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 20:52:07,421 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:52:07,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,432 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:52:07,435 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:07,438 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:52:07,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 ; incomplete: True ; hidden: False ; 2024-03-01 20:52:07,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:07,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/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:07,475 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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=perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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=5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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=RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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=B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 20:52:07,476 INFO program/MainThread: stderr[42]: 2024-03-01 20:52:07,476 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:52:07,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:07,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 20:52:07,495 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:07,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:52:07,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:52:07,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:07,503 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:07,507 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 20:52:07,507 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:07,507 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 20:52:07,511 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:52:07,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:07,516 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 20:52:07,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:52:07,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:07,523 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:07,526 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 20:52:07,527 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:07,527 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:52:07,527 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 20:52:07,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:07,531 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:07,534 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 20:52:07,535 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:07,538 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8ew8JxMNPcrqdzFL5HxjqcJCXQW3Rh37g ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/0403f3b6-92e8-4e84-929d-1d4a575a5a9f ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8ew8JxMNPcrqdzFL5HxjqcJCXQW3Rh37g', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'ID_FS_UUID_ENC': '0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '830043373'} ; 2024-03-01 20:52:07,539 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:52:07,539 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:07,543 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:52:07,543 INFO program/MainThread: stderr[43]: 2024-03-01 20:52:07,543 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:52:07,543 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:07,546 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:52:07,546 INFO program/MainThread: stderr[44]: 2024-03-01 20:52:07,546 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:52:07,546 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:07,549 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:52:07,550 INFO program/MainThread: stderr[45]: 2024-03-01 20:52:07,550 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:52:07,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 20:52:07,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:07,562 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:52:07,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:07,563 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:52:07,558 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:07,564 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:07,567 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:52:07,567 INFO program/MainThread: stderr[46]: 2024-03-01 20:52:07,567 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:52:07,571 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:52:07,575 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,575 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 20:52:07,579 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,579 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 20:52:07,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,583 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 20:52:07,587 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,587 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 20:52:07,587 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:52:07,591 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:07,591 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 20:52:07,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:07,594 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:07,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:07,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 20:52:07,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:07,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:52:07,616 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:52:07,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:07,620 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:07,623 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 20:52:07,624 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:07,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 20:52:07,628 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:52:07,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:07,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:52:07,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:52:07,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:07,639 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:07,643 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 20:52:07,643 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:07,643 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:52:07,643 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 20:52:07,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:07,647 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:07,651 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 20:52:07,651 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:07,655 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/c3175d86-e87b-4eb3-8848-2295a1702e25 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8YsgORYOETe4EmSmICvlw5i4s3dpMi8Og', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8YsgORYOETe4EmSmICvlw5i4s3dpMi8Og', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c3175d86-e87b-4eb3-8848-2295a1702e25', 'ID_FS_UUID_ENC': 'c3175d86-e87b-4eb3-8848-2295a1702e25', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '829722874'} ; 2024-03-01 20:52:07,655 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:52:07,655 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:07,659 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:52:07,659 INFO program/MainThread: stderr[47]: 2024-03-01 20:52:07,659 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:52:07,659 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:07,662 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:52:07,662 INFO program/MainThread: stderr[48]: 2024-03-01 20:52:07,663 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:52:07,663 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:07,666 INFO program/MainThread: stdout[49]: LVM 2024-03-01 20:52:07,666 INFO program/MainThread: stderr[49]: 2024-03-01 20:52:07,666 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:52:07,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 20:52:07,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:07,678 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:52:07,679 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:07,680 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:52:07,675 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- name = test_vg3 status = True 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:07,680 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:07,683 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:52:07,684 INFO program/MainThread: stderr[50]: 2024-03-01 20:52:07,684 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:52:07,688 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:52:07,692 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,692 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 20:52:07,696 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,696 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 20:52:07,700 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,700 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 20:52:07,703 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,704 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 20:52:07,704 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:52:07,707 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:07,708 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 20:52:07,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:07,711 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:07,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:07,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:52:07,729 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:07,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 20:52:07,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:52:07,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:07,737 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:07,740 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 20:52:07,741 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:07,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 20:52:07,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:52:07,749 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:07,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 20:52:07,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:52:07,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:07,756 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:07,760 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 20:52:07,760 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:07,760 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:52:07,760 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 20:52:07,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:07,764 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:07,767 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 20:52:07,768 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:07,772 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-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8RtlYf8nYIasydf21NSuKeazei5mb0fs8 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/2c269673-0aee-470b-96e6-a67c7b0dcd3c', '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-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8RtlYf8nYIasydf21NSuKeazei5mb0fs8', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2c269673-0aee-470b-96e6-a67c7b0dcd3c', 'ID_FS_UUID_ENC': '2c269673-0aee-470b-96e6-a67c7b0dcd3c', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '829404669'} ; 2024-03-01 20:52:07,772 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:52:07,772 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:07,776 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:52:07,776 INFO program/MainThread: stderr[51]: 2024-03-01 20:52:07,776 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:52:07,776 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:07,779 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:52:07,779 INFO program/MainThread: stderr[52]: 2024-03-01 20:52:07,779 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:52:07,779 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:07,783 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:52:07,783 INFO program/MainThread: stderr[53]: 2024-03-01 20:52:07,783 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:52:07,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 20:52:07,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:07,796 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:52:07,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:07,797 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:52:07,792 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:07,798 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:07,801 INFO program/MainThread: stdout[54]: LVM 2024-03-01 20:52:07,801 INFO program/MainThread: stderr[54]: 2024-03-01 20:52:07,801 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:52:07,806 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:52:07,810 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,810 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 20:52:07,814 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,814 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 20:52:07,818 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,818 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 20:52:07,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 20:52:07,822 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:52:07,825 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:07,825 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 20:52:07,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:07,829 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:07,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:52:07,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 20:52:07,847 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:07,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 20:52:07,851 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:52:07,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:07,854 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:07,858 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 20:52:07,859 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:07,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 20:52:07,863 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:52:07,866 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:07,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:52:07,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:52:07,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:07,874 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:07,877 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 20:52:07,878 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:07,878 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:52:07,878 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 20:52:07,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:07,882 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:07,885 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 20:52:07,886 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:07,890 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8B8e08siHuIcOX7N7wK6OxX9HD2fMu93e ' '/dev/disk/by-uuid/1b4c879d-b31f-4e49-a6c3-e15af82499a6 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8B8e08siHuIcOX7N7wK6OxX9HD2fMu93e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'ID_FS_UUID_ENC': '1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '828988359'} ; 2024-03-01 20:52:07,890 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:52:07,890 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:07,893 INFO program/MainThread: stdout[55]: LVM 2024-03-01 20:52:07,894 INFO program/MainThread: stderr[55]: 2024-03-01 20:52:07,894 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:52:07,894 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:07,897 INFO program/MainThread: stdout[56]: LVM 2024-03-01 20:52:07,897 INFO program/MainThread: stderr[56]: 2024-03-01 20:52:07,897 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:52:07,898 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:07,901 INFO program/MainThread: stdout[57]: LVM 2024-03-01 20:52:07,901 INFO program/MainThread: stderr[57]: 2024-03-01 20:52:07,901 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:52:07,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 20:52:07,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:07,915 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:07,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:07,916 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:07,910 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:07,917 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:07,920 INFO program/MainThread: stdout[58]: LVM 2024-03-01 20:52:07,920 INFO program/MainThread: stderr[58]: 2024-03-01 20:52:07,920 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:52:07,925 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:52:07,928 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,929 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 20:52:07,932 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,932 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 20:52:07,936 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,936 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 20:52:07,940 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,940 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:52:07,940 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:52:07,944 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:07,944 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 20:52:07,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:07,948 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:07,948 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:52:07,951 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': '26086320'} ; 2024-03-01 20:52:07,952 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:07,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:07,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:07,963 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:07,964 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:07,964 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:07,964 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:07,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:52:07,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 20:52:07,967 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:07,971 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:07,971 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:07,974 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:07,975 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:07,975 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 20:52:07,975 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba02642048) -- 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 20:52:07,979 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:07,982 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:07,982 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 20:52:07,986 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:07,986 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 20:52:07,989 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,990 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 20:52:07,993 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:07,993 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 20:52:07,996 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:08,000 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:08,003 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:08,007 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 0x7fba0266fec8> 2024-03-01 20:52:11,046 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 20:52:11,050 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:11,050 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:11,054 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': '26089822'} ; 2024-03-01 20:52:11,055 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:11,055 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:11,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:11,066 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:11,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:11,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,084 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 20:52:11,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 20:52:11,111 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:11,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 20:52:11,115 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:11,118 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:11,119 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:11,122 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:11,123 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:11,123 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:11,126 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:11,129 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:11,133 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:11,136 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:11,139 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:11,140 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:11,140 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 20:52:11,141 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:11,140 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fba02655fd0) -- 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 0x7fba0265a9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:11,145 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:11,148 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:11,149 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 20:52:11,152 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:11,152 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 20:52:11,156 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:11,156 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 20:52:11,159 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:11,159 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 20:52:11,159 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:11,163 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:11,163 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 20:52:11,166 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:11,166 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:11,170 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8B8e08siHuIcOX7N7wK6OxX9HD2fMu93e ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/1b4c879d-b31f-4e49-a6c3-e15af82499a6 ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8B8e08siHuIcOX7N7wK6OxX9HD2fMu93e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'ID_FS_UUID_ENC': '1b4c879d-b31f-4e49-a6c3-e15af82499a6', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '828988359'} ; 2024-03-01 20:52:11,170 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:52:11,170 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:11,174 INFO program/MainThread: stdout[59]: LVM 2024-03-01 20:52:11,174 INFO program/MainThread: stderr[59]: 2024-03-01 20:52:11,174 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:52:11,174 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:11,177 INFO program/MainThread: stdout[60]: LVM 2024-03-01 20:52:11,177 INFO program/MainThread: stderr[60]: 2024-03-01 20:52:11,178 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:52:11,178 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:11,181 INFO program/MainThread: stdout[61]: LVM 2024-03-01 20:52:11,181 INFO program/MainThread: stderr[61]: 2024-03-01 20:52:11,181 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:52:11,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:52:11,193 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:11,194 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:11,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:11,196 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:11,190 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:11,197 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:52:11,200 INFO program/MainThread: stdout[62]: LVM 2024-03-01 20:52:11,201 INFO program/MainThread: stderr[62]: 2024-03-01 20:52:11,201 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:52:11,205 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:52:11,205 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:52:11,209 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8RtlYf8nYIasydf21NSuKeazei5mb0fs8 ' '/dev/disk/by-uuid/2c269673-0aee-470b-96e6-a67c7b0dcd3c ' '/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-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8RtlYf8nYIasydf21NSuKeazei5mb0fs8', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2c269673-0aee-470b-96e6-a67c7b0dcd3c', 'ID_FS_UUID_ENC': '2c269673-0aee-470b-96e6-a67c7b0dcd3c', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '829404669'} ; 2024-03-01 20:52:11,209 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:52:11,209 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:11,212 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:52:11,213 INFO program/MainThread: stderr[63]: 2024-03-01 20:52:11,213 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:52:11,213 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:11,216 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:52:11,216 INFO program/MainThread: stderr[64]: 2024-03-01 20:52:11,216 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:52:11,216 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:11,219 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:52:11,219 INFO program/MainThread: stderr[65]: 2024-03-01 20:52:11,219 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:52:11,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:52:11,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:11,232 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:11,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:11,234 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:11,228 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:11,235 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:52:11,238 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:52:11,238 INFO program/MainThread: stderr[66]: 2024-03-01 20:52:11,238 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:52:11,243 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:52:11,243 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:52:11,246 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-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8YsgORYOETe4EmSmICvlw5i4s3dpMi8Og ' '/dev/disk/by-uuid/c3175d86-e87b-4eb3-8848-2295a1702e25', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8YsgORYOETe4EmSmICvlw5i4s3dpMi8Og', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c3175d86-e87b-4eb3-8848-2295a1702e25', 'ID_FS_UUID_ENC': 'c3175d86-e87b-4eb3-8848-2295a1702e25', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '829722874'} ; 2024-03-01 20:52:11,246 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:52:11,247 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:11,250 INFO program/MainThread: stdout[67]: LVM 2024-03-01 20:52:11,250 INFO program/MainThread: stderr[67]: 2024-03-01 20:52:11,250 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:52:11,250 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:11,253 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:52:11,253 INFO program/MainThread: stderr[68]: 2024-03-01 20:52:11,253 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:52:11,253 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:11,256 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:52:11,257 INFO program/MainThread: stderr[69]: 2024-03-01 20:52:11,257 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:52:11,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:52:11,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:11,270 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:11,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:11,271 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:11,265 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:11,272 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:52:11,276 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:52:11,276 INFO program/MainThread: stderr[70]: 2024-03-01 20:52:11,276 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:52:11,280 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:52:11,280 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:52:11,284 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8ew8JxMNPcrqdzFL5HxjqcJCXQW3Rh37g ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/0403f3b6-92e8-4e84-929d-1d4a575a5a9f ' '/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_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-f93NUdoWogJa1YFfMylzlSLMrMjh3mC8ew8JxMNPcrqdzFL5HxjqcJCXQW3Rh37g', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'ID_FS_UUID_ENC': '0403f3b6-92e8-4e84-929d-1d4a575a5a9f', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '830043373'} ; 2024-03-01 20:52:11,284 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:52:11,284 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:11,287 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:52:11,288 INFO program/MainThread: stderr[71]: 2024-03-01 20:52:11,288 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:52:11,288 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:11,291 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:52:11,291 INFO program/MainThread: stderr[72]: 2024-03-01 20:52:11,291 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:52:11,291 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:11,294 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:52:11,294 INFO program/MainThread: stderr[73]: 2024-03-01 20:52:11,294 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:52:11,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,303 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 20:52:11,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:11,308 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:11,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:11,309 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:11,303 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:11,310 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:52:11,313 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:52:11,314 INFO program/MainThread: stderr[74]: 2024-03-01 20:52:11,314 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:52:11,318 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:52:11,318 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:52:11,321 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xk5IVoh35Ln8rcs5cvj20XP7oeaUPn797c ' '/dev/disk/by-uuid/59fff65c-bc09-43ad-a3af-e4786fe9992c ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/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-9r9BK04gn4yxyi6PGuEeVy3gwowww2xk5IVoh35Ln8rcs5cvj20XP7oeaUPn797c', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '59fff65c-bc09-43ad-a3af-e4786fe9992c', 'ID_FS_UUID_ENC': '59fff65c-bc09-43ad-a3af-e4786fe9992c', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '830945622'} ; 2024-03-01 20:52:11,321 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:52:11,322 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:11,325 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:52:11,325 INFO program/MainThread: stderr[75]: 2024-03-01 20:52:11,325 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:52:11,325 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:11,328 INFO program/MainThread: stdout[76]: LVM 2024-03-01 20:52:11,328 INFO program/MainThread: stderr[76]: 2024-03-01 20:52:11,329 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:52:11,329 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:11,332 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:52:11,332 INFO program/MainThread: stderr[77]: 2024-03-01 20:52:11,332 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:52:11,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:52:11,343 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:11,344 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:11,344 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:11,345 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:11,340 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:11,346 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:52:11,349 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:52:11,349 INFO program/MainThread: stderr[78]: 2024-03-01 20:52:11,349 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:52:11,353 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:52:11,353 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:52:11,356 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xkperc26i9EpYwsq3s3PATQTmp7T2FrEd0 ' '/dev/disk/by-uuid/b1ae797c-86aa-4648-9ed2-1a54782c16b7 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9r9BK04gn4yxyi6PGuEeVy3gwowww2xkperc26i9EpYwsq3s3PATQTmp7T2FrEd0', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b1ae797c-86aa-4648-9ed2-1a54782c16b7', 'ID_FS_UUID_ENC': 'b1ae797c-86aa-4648-9ed2-1a54782c16b7', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '831249613'} ; 2024-03-01 20:52:11,357 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:52:11,357 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:11,360 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:52:11,360 INFO program/MainThread: stderr[79]: 2024-03-01 20:52:11,360 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:52:11,360 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:11,363 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:52:11,363 INFO program/MainThread: stderr[80]: 2024-03-01 20:52:11,363 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:52:11,364 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:11,367 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:52:11,367 INFO program/MainThread: stderr[81]: 2024-03-01 20:52:11,367 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:52:11,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:52:11,378 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:11,379 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:11,379 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:11,380 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:11,375 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:11,380 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:52:11,384 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:52:11,384 INFO program/MainThread: stderr[82]: 2024-03-01 20:52:11,384 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:52:11,388 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:52:11,388 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:52:11,391 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/e54eb03d-424a-437f-af2e-0f546d282646 ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1Yjm7skwvrqlB1uhhv5arnkAF0qUPmA8ZRg', '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-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1Yjm7skwvrqlB1uhhv5arnkAF0qUPmA8ZRg', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e54eb03d-424a-437f-af2e-0f546d282646', 'ID_FS_UUID_ENC': 'e54eb03d-424a-437f-af2e-0f546d282646', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '832107802'} ; 2024-03-01 20:52:11,392 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:52:11,392 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:11,395 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:52:11,395 INFO program/MainThread: stderr[83]: 2024-03-01 20:52:11,395 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:52:11,395 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:11,398 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:52:11,399 INFO program/MainThread: stderr[84]: 2024-03-01 20:52:11,399 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:52:11,399 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:11,402 INFO program/MainThread: stdout[85]: LVM 2024-03-01 20:52:11,402 INFO program/MainThread: stderr[85]: 2024-03-01 20:52:11,402 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:52:11,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,410 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 20:52:11,413 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,414 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,414 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,415 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,411 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,416 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:52:11,419 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:52:11,420 INFO program/MainThread: stderr[86]: 2024-03-01 20:52:11,420 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:52:11,424 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:52:11,424 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:52:11,427 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1YjLz4UMyLwmEUm41T0rtam7ZYTQbdX3ZUZ ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/19164c46-176e-4db4-9dd3-f96f2917e5ad', '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-ewJtN4HoSc8QGuGBuy3fZHqXSh97b1YjLz4UMyLwmEUm41T0rtam7ZYTQbdX3ZUZ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '19164c46-176e-4db4-9dd3-f96f2917e5ad', 'ID_FS_UUID_ENC': '19164c46-176e-4db4-9dd3-f96f2917e5ad', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '832420694'} ; 2024-03-01 20:52:11,427 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:52:11,428 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:11,431 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:52:11,431 INFO program/MainThread: stderr[87]: 2024-03-01 20:52:11,431 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:52:11,431 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:11,434 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:52:11,435 INFO program/MainThread: stderr[88]: 2024-03-01 20:52:11,435 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:52:11,435 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:11,438 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:52:11,438 INFO program/MainThread: stderr[89]: 2024-03-01 20:52:11,438 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:52:11,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:52:11,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,450 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,451 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,446 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,451 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:52:11,455 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:52:11,455 INFO program/MainThread: stderr[90]: 2024-03-01 20:52:11,455 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:52:11,459 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:52:11,459 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:52:11,459 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:11,469 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:11,485 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:52:11,486 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:52:11,490 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 20:52:11,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:11,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:11,500 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:11,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:11,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:11,513 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:11,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:11,522 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 20:52:11,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:11,526 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:11,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:11,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:11,539 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:11,542 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 20:52:11,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:11,548 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 20:52:11,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:11,552 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 20:52:11,555 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 20:52:11,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:11,561 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 20:52:11,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:11,565 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:11,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,572 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:52:11,572 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,572 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,573 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,573 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,574 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,574 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,574 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,575 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,575 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,576 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,576 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,576 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:52:11,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:52:11,583 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:52:11,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:52:11,589 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:52:11,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:52:11,595 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:52:11,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:52:11,602 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:52:11,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,605 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,605 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,606 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,609 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,610 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,610 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,611 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,614 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,614 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,615 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,615 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,611 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,618 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,619 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,619 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,620 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,616 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,623 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,624 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,624 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,625 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,627 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,628 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,629 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,625 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,633 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,633 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,634 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,637 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,638 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,638 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,639 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,635 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,641 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,642 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,642 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,643 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,639 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,646 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,647 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,647 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,648 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,651 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,651 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,652 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,655 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,656 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,657 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,660 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,661 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,662 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,665 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,666 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,670 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,670 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,671 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,667 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,674 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,674 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,675 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,675 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,678 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,679 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,680 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,676 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,683 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,685 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,688 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,689 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,693 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,694 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,697 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,698 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,698 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,702 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,703 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,707 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,707 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,708 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,711 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,711 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,712 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,712 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,715 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,716 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,717 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,720 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,721 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,722 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,725 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,725 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,726 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,729 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,730 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,731 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,734 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,735 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,738 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,739 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,739 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,740 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,743 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,745 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,747 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,748 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,748 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,749 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:52:11,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Lz4UMy-LwmE-Um41-T0rt-am7Z-YTQb-dX3ZUZ 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,750 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:52:11,753 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 20:52:11,753 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:11,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 20:52:11,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:52:11,758 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:11,758 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 20:52:11,762 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:52:11,762 INFO program/MainThread: stderr[91]: 2024-03-01 20:52:11,762 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 20:52:11,767 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 20:52:11,767 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:52:11,767 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:11,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,774 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 20:52:11,774 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:52:11,777 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,778 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,778 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,779 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,782 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,782 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,783 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,786 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,787 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,787 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,788 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,791 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,791 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,792 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,792 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,795 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,796 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,796 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,797 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,800 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,800 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,801 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,802 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,797 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,805 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,805 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,806 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,809 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,810 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,811 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,807 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,814 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,815 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,819 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,819 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,820 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,823 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,823 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,824 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,828 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,828 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,829 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,831 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,832 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,833 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,833 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,836 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,837 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,838 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,840 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,841 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,842 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,842 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,838 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,845 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,846 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,847 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,849 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,850 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,851 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,851 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,854 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,855 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,855 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,856 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,852 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,859 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,859 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,860 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,860 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,856 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,863 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,864 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,864 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,865 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,861 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,868 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,868 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,869 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,869 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,872 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,873 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,873 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,874 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,877 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,877 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,878 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,881 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,882 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,882 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,883 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,879 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,886 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,886 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,887 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,883 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,890 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,891 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,892 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,888 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,895 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,896 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,896 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,892 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,899 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,900 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,901 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,904 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,905 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,909 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,909 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,910 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,913 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,914 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,917 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,918 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,918 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:52:11,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:52:11,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02684dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = m7skwv-rqlB-1uhh-v5ar-nkAF-0qUP-mA8ZRg 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 (0x7fba026fbac8) -- 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 = ewJtN4-HoSc-8QGu-GBuy-3fZH-qXSh-97b1Yj size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:52:11,919 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 20:52:11,923 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 20:52:11,923 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:11,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 20:52:11,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 20:52:11,927 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:11,930 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:11,930 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 20:52:11,931 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:11,931 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 20:52:11,931 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:52:11,934 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:52:11,934 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:11,937 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:52:11,941 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:52:11,944 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:52:11,944 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:52:11,944 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:52:11,944 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:52:11,944 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:52:11,947 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:11,947 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:11,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 20:52:11,951 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:52:11,951 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:52:11,951 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:52:11,951 DEBUG blivet/MainThread: removing sda 2024-03-01 20:52:11,954 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:11,954 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:11,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 20:52:11,958 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:52:11,958 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:52:11,958 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:52:11,958 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:52:11,961 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:11,961 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:11,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 20:52:11,964 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:52:11,964 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:52:11,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,971 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 20:52:11,971 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,971 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,972 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,972 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,973 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,973 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,973 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,974 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,974 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,974 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,975 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,975 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:52:11,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 20:52:11,982 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:52:11,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 20:52:11,988 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:52:11,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:11,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 20:52:11,994 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:52:11,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:52:12,000 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:52:12,003 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,004 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,004 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,005 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,007 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,008 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,009 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,009 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,005 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,012 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,013 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,014 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,017 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,017 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,018 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,019 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,021 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,022 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,022 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,023 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,019 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,026 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,026 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,027 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,028 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,030 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,031 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,031 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,032 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,035 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,036 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,036 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,037 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,039 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,040 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,040 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,041 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,037 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,044 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,045 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,045 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,046 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,048 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,049 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,050 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,050 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,046 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,053 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,054 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,054 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,055 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,051 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,058 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,058 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,059 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,059 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,062 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,063 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,063 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,064 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,067 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,067 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,068 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,069 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,071 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,072 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,072 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,073 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,076 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,076 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,077 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,078 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,081 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,081 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,082 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,085 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,086 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,087 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,089 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,090 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,091 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,095 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,095 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,096 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,099 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,100 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,100 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,103 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,104 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,105 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,107 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,108 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,109 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,109 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,112 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,113 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,113 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,114 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,110 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,117 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,117 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,118 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,118 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,121 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,122 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,122 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,123 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,126 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,126 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,127 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,128 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,130 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,131 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,131 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,132 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,128 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,135 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,135 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,136 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,137 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,139 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,140 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,140 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,141 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,137 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,144 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,145 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,145 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,146 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:52:12,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026a3f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = perc26-i9Ep-Ywsq-3s3P-ATQT-mp7T-2FrEd0 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,146 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 20:52:12,150 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 20:52:12,150 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,150 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 20:52:12,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 20:52:12,153 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:12,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 20:52:12,157 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 20:52:12,157 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:12,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:52:12,164 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:52:12,166 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,167 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,167 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,168 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,170 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,171 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,171 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,172 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,174 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,175 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,175 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,176 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,172 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,178 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,179 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,179 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,180 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,176 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,182 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,183 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,183 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,184 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,180 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,186 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,187 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,187 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,188 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,190 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,191 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,191 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,192 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,194 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,195 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,195 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,196 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,198 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,199 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,199 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,200 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,196 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,202 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,203 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,203 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,204 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,200 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,206 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,207 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,207 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,208 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,210 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,211 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,211 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,212 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,215 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,215 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,216 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,218 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,219 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,219 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,220 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,216 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,222 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,223 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,224 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,220 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,226 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,227 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,227 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,228 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,230 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,231 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,231 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,232 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,234 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,235 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,236 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,238 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,239 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,239 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,240 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,242 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,243 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,243 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,244 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,240 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,246 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,247 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,247 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,248 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,244 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,250 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,251 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,251 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,252 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,248 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,254 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,255 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,255 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,256 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,258 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,259 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,259 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,260 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,262 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,263 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,263 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,264 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,266 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,267 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,268 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,270 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,271 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,271 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,272 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,274 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,275 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,275 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,276 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,278 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,279 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,279 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,280 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,282 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,283 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,283 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,284 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,286 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,287 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,288 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,290 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,291 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:52:12,292 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:52:12,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba1171aac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 5IVoh3-5Ln8-rcs5-cvj2-0XP7-oeaU-Pn797c 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 (0x7fba0269b518) -- 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 = 9r9BK0-4gn4-yxyi-6PGu-EeVy-3gwo-www2xk size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:52:12,292 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 20:52:12,296 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 20:52:12,296 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,296 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 20:52:12,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 20:52:12,300 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:12,303 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:12,304 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 20:52:12,304 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:12,304 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sdd', 'sde'] 2024-03-01 20:52:12,304 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 20:52:12,307 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 20:52:12,307 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,310 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:52:12,314 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:52:12,317 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:52:12,317 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 20:52:12,317 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:52:12,317 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 20:52:12,317 DEBUG blivet/MainThread: removing sdf 2024-03-01 20:52:12,320 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:12,321 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,321 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 20:52:12,324 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 20:52:12,324 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:52:12,324 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 20:52:12,324 DEBUG blivet/MainThread: removing sdd 2024-03-01 20:52:12,327 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:12,327 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 20:52:12,330 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 20:52:12,330 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:52:12,331 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 20:52:12,331 DEBUG blivet/MainThread: removing sde 2024-03-01 20:52:12,334 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:12,334 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 20:52:12,337 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 20:52:12,337 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:52:12,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,344 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 20:52:12,344 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,345 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,345 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,345 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,346 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,346 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,347 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,347 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,348 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,348 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,349 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,349 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:52:12,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 20:52:12,356 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:52:12,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 20:52:12,362 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:52:12,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 20:52:12,368 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:52:12,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 20:52:12,374 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:52:12,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,380 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 20:52:12,380 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:52:12,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,384 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,386 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,390 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,392 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,387 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,395 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,397 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,397 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,398 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,393 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,402 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,403 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,404 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,408 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,409 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,410 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,405 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,414 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,415 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,416 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,421 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,423 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,417 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,427 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,429 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,433 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,435 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,429 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,439 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,441 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,445 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,447 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,451 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,452 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,453 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,458 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,458 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,459 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,463 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,464 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,464 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,465 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,460 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,470 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,472 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,466 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,476 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,478 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,482 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,484 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,478 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,488 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,490 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,494 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,495 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,496 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,501 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,502 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,506 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,507 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,507 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,508 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,513 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,514 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,519 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,520 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,525 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,527 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,531 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,533 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,527 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,537 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,538 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,539 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,543 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,545 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,540 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,549 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,551 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,556 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,557 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,562 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,563 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,568 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,569 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,574 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,575 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:52:12,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026ac6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ew8JxM-NPcr-qdzF-L5Hx-jqcJ-CXQW-3Rh37g 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 (0x7fba0266d710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,576 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 20:52:12,580 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 20:52:12,580 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 20:52:12,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 20:52:12,584 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:12,587 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 20:52:12,587 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 20:52:12,588 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:12,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:52:12,594 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:52:12,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,598 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,599 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,603 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,605 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,609 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,611 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,615 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,616 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,611 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,620 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,622 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,626 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,627 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,632 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,633 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,637 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,638 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,639 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,643 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,644 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,639 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,649 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,650 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,653 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,654 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,656 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,660 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,661 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,656 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,666 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,667 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,670 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,671 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,673 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,668 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,677 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,678 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,682 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,683 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,684 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,679 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,688 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,689 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,690 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,693 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,694 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,695 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,700 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,701 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,705 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,707 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,711 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,712 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,716 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,717 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,718 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,722 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,724 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,719 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,728 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,728 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,729 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,733 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,735 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,739 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,740 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,745 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,746 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,750 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,751 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,752 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,747 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,756 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,756 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,757 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,762 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,762 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,763 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,767 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,769 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,773 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,774 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:52:12,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba02699898) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = YsgORY-OETe-4EmS-mICv-lw5i-4s3d-pMi8Og 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:52:12,775 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 20:52:12,778 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 20:52:12,778 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 20:52:12,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 20:52:12,782 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:12,786 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 20:52:12,786 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 20:52:12,786 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:12,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:52:12,793 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:52:12,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,796 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,797 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,797 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,801 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,803 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,807 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,808 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,812 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,813 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,817 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,817 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,818 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,822 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,823 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,827 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,828 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,832 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,833 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,834 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,837 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,837 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,838 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,839 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,842 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,842 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,844 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,848 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,849 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,853 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,854 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,849 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,857 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,858 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,859 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,855 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,863 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,864 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,868 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,869 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,873 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,873 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,875 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,878 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,879 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,879 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,880 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,875 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,883 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,884 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,884 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,885 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,889 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,890 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,890 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,886 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,893 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,894 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,896 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,899 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,900 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,901 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,905 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,905 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,906 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,910 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,911 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,915 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,916 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,920 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,921 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,925 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,927 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,930 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,932 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,935 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,936 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,936 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,937 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,940 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,941 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,941 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,942 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,945 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,946 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,946 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,947 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,942 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,951 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,951 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,952 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,956 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,957 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:52:12,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba0264b748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = RtlYf8-nYIa-sydf-21NS-uKea-zei5-mb0fs8 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,958 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 20:52:12,961 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 20:52:12,961 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:12,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 20:52:12,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 20:52:12,965 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:12,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:12,969 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 20:52:12,969 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:12,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:12,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:52:12,975 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:52:12,978 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,979 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,980 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,983 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,984 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,988 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,989 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,985 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,992 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,993 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,993 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,994 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:12,996 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,997 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:12,998 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,002 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,003 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:12,999 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,006 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,007 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,011 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,012 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,015 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,017 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,020 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,021 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,024 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,025 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,026 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,029 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,030 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,026 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,034 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,035 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,038 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,039 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,039 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,043 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,044 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,040 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,047 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,048 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,051 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,052 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,053 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,057 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,058 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,061 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,061 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,062 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,065 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,066 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,067 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,070 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,071 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,071 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,074 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,075 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,076 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,079 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,081 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,083 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,084 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,085 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,089 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,089 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,090 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,086 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,093 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,094 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,090 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,098 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,099 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,102 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,104 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,107 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,108 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,112 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,112 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,113 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,116 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,117 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,121 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:52:13,122 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:52:13,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fba026367f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = B8e08s-iHuI-cOX7-N7wK-6OxX-9HD2-fMu93e 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 (0x7fba0266d710) -- 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 = f93NUd-oWog-Ja1Y-FfMy-lzlS-LMrM-jh3mC8 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:52:13,123 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 20:52:13,126 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 20:52:13,126 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:13,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 20:52:13,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 20:52:13,130 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:13,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 20:52:13,133 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 20:52:13,133 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:13,134 DEBUG blivet.ansible/MainThread: ['test_vg3', 'sdg', 'sdi', 'sdj', 'sdh'] 2024-03-01 20:52:13,134 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 20:52:13,137 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 20:52:13,137 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:13,140 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:52:13,144 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:52:13,147 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:52:13,150 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:52:13,150 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 20:52:13,150 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:52:13,151 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 20:52:13,151 DEBUG blivet/MainThread: removing sdg 2024-03-01 20:52:13,154 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:13,154 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:13,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 20:52:13,157 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 20:52:13,157 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:52:13,157 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 20:52:13,157 DEBUG blivet/MainThread: removing sdi 2024-03-01 20:52:13,160 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:13,160 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:13,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 20:52:13,164 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 20:52:13,164 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:52:13,164 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 20:52:13,164 DEBUG blivet/MainThread: removing sdj 2024-03-01 20:52:13,167 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:13,167 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:13,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 20:52:13,170 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 20:52:13,170 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:52:13,170 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 20:52:13,170 DEBUG blivet/MainThread: removing sdh 2024-03-01 20:52:13,173 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 20:52:13,174 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:52:13,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 20:52:13,177 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 20:52:13,177 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:52:13,178 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,188 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,215 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,234 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:52:13,234 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,244 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,262 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:52:13,263 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,274 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,293 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:13,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,303 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,321 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:13,322 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,333 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,351 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:13,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,361 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,380 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:13,380 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,393 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,412 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:13,412 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,425 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,444 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:13,444 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:13,444 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:52:13,445 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:52:13,446 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:52:13,447 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:52:13,447 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:52:13,447 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:52:13,448 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:52:13,451 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:13,454 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:13,458 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:52:13,458 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:52:13,461 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:13,461 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 0x7fba0262b410> 2024-03-01 20:52:13,462 INFO blivet/MainThread: sorting actions... 2024-03-01 20:52:13,483 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:13,483 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:13,483 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:13,483 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:13,483 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:13,483 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:13,484 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:13,484 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:13,484 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:52:13,484 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:52:13,484 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:52:13,484 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:52:13,484 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:52:13,485 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:13,485 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:13,485 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:13,485 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:13,485 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:52:13,485 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:52:13,485 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:52:13,486 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:52:13,486 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:13,486 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:13,486 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:13,486 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:13,486 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:52:13,487 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:52:13,487 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:52:13,487 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:52:13,487 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:13,490 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,494 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:13,494 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 20:52:13,502 INFO program/MainThread: stdout: 2024-03-01 20:52:13,502 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:13,502 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,503 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,522 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,522 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,532 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,533 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:52:13,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:13,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:52:13,545 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:13,548 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 20:52:13,552 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:52:13,552 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:13,587 INFO program/MainThread: stdout[92]: 2024-03-01 20:52:13,588 INFO program/MainThread: stderr[92]: 2024-03-01 20:52:13,588 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 20:52:13,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:13,596 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,599 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,602 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,606 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,609 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,613 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,616 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,619 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,622 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 20:52:13,623 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:13,677 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 20:52:13,677 INFO program/MainThread: stderr[93]: 2024-03-01 20:52:13,678 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 20:52:13,678 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:13,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,694 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:13,694 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 20:52:13,710 INFO program/MainThread: stdout: 2024-03-01 20:52:13,711 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:13,711 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,711 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,731 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,732 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,744 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,745 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:52:13,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:13,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:52:13,757 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:13,760 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 20:52:13,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:52:13,764 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:13,799 INFO program/MainThread: stdout[94]: 2024-03-01 20:52:13,800 INFO program/MainThread: stderr[94]: 2024-03-01 20:52:13,800 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 20:52:13,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:13,808 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,811 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,814 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,818 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,822 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,825 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,828 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,831 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:52:13,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 20:52:13,835 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:13,888 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 20:52:13,888 INFO program/MainThread: stderr[95]: 2024-03-01 20:52:13,888 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 20:52:13,889 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:13,897 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:13,906 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:13,906 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 20:52:13,917 INFO program/MainThread: stdout: 2024-03-01 20:52:13,917 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:13,917 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,917 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,940 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,941 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:13,951 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:13,952 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:52:13,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:13,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:52:13,964 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:13,967 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 20:52:13,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:52:13,971 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,004 INFO program/MainThread: stdout[96]: 2024-03-01 20:52:14,005 INFO program/MainThread: stderr[96]: 2024-03-01 20:52:14,005 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 20:52:14,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:14,013 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,016 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:52:14,020 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,023 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:52:14,026 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,030 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:52:14,033 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,036 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:52:14,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 20:52:14,040 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,089 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 20:52:14,089 INFO program/MainThread: stderr[97]: 2024-03-01 20:52:14,089 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 20:52:14,090 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:14,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,104 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:14,105 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 20:52:14,127 INFO program/MainThread: stdout: 2024-03-01 20:52:14,127 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:14,128 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,128 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,150 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,162 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,163 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:52:14,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:14,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:52:14,175 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:14,178 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 20:52:14,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:52:14,182 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,215 INFO program/MainThread: stdout[98]: 2024-03-01 20:52:14,215 INFO program/MainThread: stderr[98]: 2024-03-01 20:52:14,215 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 20:52:14,219 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:14,223 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,226 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:14,230 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,233 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:14,236 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,239 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:14,243 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,246 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:14,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 20:52:14,249 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,287 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 20:52:14,288 INFO program/MainThread: stderr[99]: 2024-03-01 20:52:14,288 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 20:52:14,288 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:52:14,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 20:52:14,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 20:52:14,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:52:14,320 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,336 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:14,342 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,354 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:14,357 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,360 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:14,364 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,367 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:14,370 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 20:52:14,370 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,406 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 20:52:14,407 INFO program/MainThread: stderr[100]: 2024-03-01 20:52:14,407 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 20:52:14,407 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,467 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 20:52:14,467 INFO program/MainThread: stderr[101]: 2024-03-01 20:52:14,467 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 20:52:14,467 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,503 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 20:52:14,504 INFO program/MainThread: stderr[102]: 2024-03-01 20:52:14,504 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 20:52:14,505 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:52:14,512 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,520 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:52:14,526 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:52:14,526 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,586 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 20:52:14,586 INFO program/MainThread: stderr[103]: 2024-03-01 20:52:14,586 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 20:52:14,587 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 20:52:14,587 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,622 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,622 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,638 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,638 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,652 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,653 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:52:14,657 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,660 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:52:14,663 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:52:14,663 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,695 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 20:52:14,695 INFO program/MainThread: stderr[104]: 2024-03-01 20:52:14,695 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 20:52:14,695 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 20:52:14,695 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,724 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,738 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,738 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,753 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,754 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:52:14,758 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,761 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:52:14,764 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:52:14,764 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,794 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 20:52:14,795 INFO program/MainThread: stderr[105]: 2024-03-01 20:52:14,795 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 20:52:14,795 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 20:52:14,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,832 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,832 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,846 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,856 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,857 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:52:14,861 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,864 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:52:14,867 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:52:14,868 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:14,898 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 20:52:14,898 INFO program/MainThread: stderr[106]: 2024-03-01 20:52:14,898 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 20:52:14,898 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 20:52:14,899 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,930 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,930 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,943 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,943 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,957 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,958 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:14,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:14,966 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:14,966 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 20:52:14,975 INFO program/MainThread: stdout: 2024-03-01 20:52:14,975 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:14,975 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,975 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:14,992 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:14,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,005 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,006 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:52:15,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:15,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:52:15,018 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:15,022 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 20:52:15,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:52:15,026 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,059 INFO program/MainThread: stdout[107]: 2024-03-01 20:52:15,060 INFO program/MainThread: stderr[107]: 2024-03-01 20:52:15,060 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 20:52:15,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:52:15,068 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,071 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:52:15,075 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,078 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:52:15,081 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,084 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:52:15,088 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 20:52:15,088 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,128 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 20:52:15,129 INFO program/MainThread: stderr[108]: 2024-03-01 20:52:15,129 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 20:52:15,129 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:15,137 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,145 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:15,146 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 20:52:15,165 INFO program/MainThread: stdout: 2024-03-01 20:52:15,165 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:15,165 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,185 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,186 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,196 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,197 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:52:15,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:15,205 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:52:15,209 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:15,212 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 20:52:15,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:52:15,216 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,250 INFO program/MainThread: stdout[109]: 2024-03-01 20:52:15,251 INFO program/MainThread: stderr[109]: 2024-03-01 20:52:15,251 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 20:52:15,255 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:52:15,259 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,262 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:15,265 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,269 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:15,272 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,275 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:15,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 20:52:15,279 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,319 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 20:52:15,319 INFO program/MainThread: stderr[110]: 2024-03-01 20:52:15,319 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 20:52:15,320 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:52:15,327 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 20:52:15,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 20:52:15,343 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:52:15,352 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,358 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:15,365 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,369 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:15,373 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,377 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:15,380 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 20:52:15,380 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,418 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 20:52:15,418 INFO program/MainThread: stderr[111]: 2024-03-01 20:52:15,418 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 20:52:15,418 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,459 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 20:52:15,460 INFO program/MainThread: stderr[112]: 2024-03-01 20:52:15,460 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 20:52:15,460 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,502 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 20:52:15,502 INFO program/MainThread: stderr[113]: 2024-03-01 20:52:15,502 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 20:52:15,503 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:52:15,510 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,516 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:52:15,522 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:52:15,522 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,564 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 20:52:15,564 INFO program/MainThread: stderr[114]: 2024-03-01 20:52:15,564 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 20:52:15,564 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 20:52:15,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,593 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,606 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,606 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,621 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,622 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:52:15,626 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,629 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:52:15,632 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:52:15,632 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,660 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 20:52:15,661 INFO program/MainThread: stderr[115]: 2024-03-01 20:52:15,661 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 20:52:15,661 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 20:52:15,661 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,691 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,691 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,704 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,717 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,718 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:52:15,722 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,725 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:52:15,728 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:52:15,728 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:15,755 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 20:52:15,755 INFO program/MainThread: stderr[116]: 2024-03-01 20:52:15,756 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 20:52:15,756 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 20:52:15,756 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,790 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,790 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,805 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,805 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,818 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,819 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:15,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,827 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:52:15,827 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 20:52:15,836 INFO program/MainThread: stdout: 2024-03-01 20:52:15,836 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:15,836 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,854 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,855 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:15,867 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:15,868 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:52:15,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 20:52:15,876 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:52:15,880 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:52:15,884 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 20:52:15,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:52:15,888 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --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 20:52:15,923 INFO program/MainThread: stdout[117]: 2024-03-01 20:52:15,923 INFO program/MainThread: stderr[117]: 2024-03-01 20:52:15,923 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 20:52:15,928 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:52:15,931 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,934 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:52:15,938 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,941 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:52:15,944 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:15,948 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:52:15,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 20:52:15,951 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --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 20:52:15,992 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 20:52:15,992 INFO program/MainThread: stderr[118]: 2024-03-01 20:52:15,992 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 20:52:15,993 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:16,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,012 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:52:16,013 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:52:16,027 INFO program/MainThread: stdout: 2024-03-01 20:52:16,027 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:52:16,027 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,045 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,046 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,058 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,059 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:52:16,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:52:16,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:52:16,071 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:52:16,074 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:52:16,078 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:52:16,078 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:16,113 INFO program/MainThread: stdout[119]: 2024-03-01 20:52:16,113 INFO program/MainThread: stderr[119]: 2024-03-01 20:52:16,113 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 20:52:16,117 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:52:16,121 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,125 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:16,128 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,131 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:16,134 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,138 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:16,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:52:16,141 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:16,177 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 20:52:16,177 INFO program/MainThread: stderr[120]: 2024-03-01 20:52:16,178 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 20:52:16,178 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:52:16,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:52:16,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:52:16,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:52:16,208 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,215 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:16,220 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,228 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:16,233 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,237 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:16,241 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:52:16,241 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:16,277 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 20:52:16,277 INFO program/MainThread: stderr[121]: 2024-03-01 20:52:16,277 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 20:52:16,277 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:16,316 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:52:16,316 INFO program/MainThread: stderr[122]: 2024-03-01 20:52:16,317 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 20:52:16,317 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:16,353 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 20:52:16,354 INFO program/MainThread: stderr[123]: 2024-03-01 20:52:16,354 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 20:52:16,354 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:52:16,362 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,370 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:52:16,376 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:52:16,376 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:16,416 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:52:16,416 INFO program/MainThread: stderr[124]: 2024-03-01 20:52:16,416 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 20:52:16,416 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:52:16,417 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,449 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,449 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,467 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,477 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,478 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:52:16,482 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,485 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:52:16,488 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:52:16,488 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 20:52:16,516 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:52:16,516 INFO program/MainThread: stderr[125]: 2024-03-01 20:52:16,516 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 20:52:16,516 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:52:16,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,549 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,566 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,566 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,578 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,579 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:52:16,583 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:16,586 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:52:16,589 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:52:16,589 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 20:52:16,619 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:52:16,619 INFO program/MainThread: stderr[126]: 2024-03-01 20:52:16,619 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 20:52:16,619 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:52:16,620 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,649 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,649 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,661 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,661 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:16,677 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:16,683 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:16,683 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 0x7fba0262b780> 2024-03-01 20:52:30,989 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_t3tw2z6s/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:35,779 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4bb8qk90/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:42,917 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_8cbbncli/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:42,953 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:42,954 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:52:42,957 INFO program/MainThread: stdout[2]: 2024-03-01 20:52:42,957 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 20:52:42,957 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:52:42,958 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:52:42,962 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,963 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:52:42,966 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:42,966 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:52:42,970 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:42,970 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:52:42,973 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:42,973 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:52:42,981 INFO program/MainThread: stdout: 2024-03-01 20:52:42,981 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:52:42,981 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,981 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,981 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,981 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,981 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,981 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,981 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,982 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,982 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,982 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,982 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,982 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:52:42,982 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:52:42,982 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:42,982 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:42,982 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 20:52:42,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:42,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:42,983 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:52:42,983 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:42,983 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:52:42,983 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:52:42,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:42,997 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:43,009 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:52:43,013 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:52:43,013 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 20:52:43,014 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 20:52:43,039 INFO program/MainThread: stdout[3]: 2024-03-01 20:52:43,039 INFO program/MainThread: stderr[3]: 2024-03-01 20:52:43,040 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:52:43,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,054 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:52:43,058 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:52:43,059 INFO blivet/MainThread: sda is a disk 2024-03-01 20:52:43,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:52:43,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:52:43,063 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:43,067 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:43,067 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 20:52:43,070 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 20:52:43,071 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,071 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:52:43,071 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944cde6588) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:52:43,075 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:52:43,075 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:52:43,078 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:52:43,079 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 20:52:43,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,089 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:52:43,089 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:52:43,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:52:43,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:52:43,093 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:43,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:43,096 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 20:52:43,099 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 20:52:43,100 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,100 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:52:43,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c595518) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:52:43,103 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:52:43,104 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:52:43,107 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:52:43,107 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 20:52:43,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,117 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:52:43,118 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:52:43,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:52:43,118 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:52:43,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:52:43,125 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:52:43,125 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 20:52:43,128 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 20:52:43,128 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,129 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:52:43,129 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c5955c0) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:52:43,132 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:52:43,133 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:52:43,136 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:52:43,136 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 20:52:43,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,146 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:52:43,147 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:52:43,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:52:43,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:52:43,150 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:52:43,153 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:52:43,154 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 20:52:43,157 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 20:52:43,157 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,158 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:52:43,158 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c59b6d8) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:52:43,161 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:52:43,161 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:52:43,165 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:52:43,165 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 20:52:43,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,175 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:52:43,175 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:52:43,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:52:43,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:52:43,179 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:43,182 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:43,182 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 20:52:43,186 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 20:52:43,186 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,186 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:52:43,186 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c59b198) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:52:43,190 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:52:43,190 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:52:43,193 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:52:43,193 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 20:52:43,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,203 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:43,204 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:43,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:52:43,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:52:43,208 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:43,211 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:43,211 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 20:52:43,214 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 20:52:43,215 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,215 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:52:43,215 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c5975c0) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:52:43,219 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:43,219 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:52:43,222 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:52:43,222 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 20:52:43,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,232 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:43,233 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:43,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:52:43,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:52:43,236 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:43,240 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:43,240 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 20:52:43,243 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 20:52:43,243 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,244 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:52:43,244 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c597c50) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:52:43,247 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:43,248 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:52:43,251 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:52:43,251 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 20:52:43,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,261 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:43,262 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:43,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:52:43,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:52:43,265 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:43,269 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:43,269 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 20:52:43,272 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 20:52:43,273 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,273 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:52:43,273 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c597b70) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:52:43,276 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:43,277 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:52:43,280 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:52:43,280 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 20:52:43,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,290 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:43,291 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:43,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:52:43,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:52:43,294 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:43,297 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:43,298 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 20:52:43,301 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 20:52:43,301 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,302 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:52:43,302 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c5a6b38) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:52:43,305 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:43,305 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:52:43,309 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:52:43,309 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 20:52:43,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,319 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:43,320 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:43,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:52:43,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:52:43,323 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:43,326 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:43,326 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 20:52:43,330 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 20:52:43,330 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,330 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:52:43,330 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c597898) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:52:43,334 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:43,334 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:52:43,337 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:52:43,337 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 20:52:43,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,347 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:43,348 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:43,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:52:43,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:52:43,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:43,355 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:43,355 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 20:52:43,358 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 20:52:43,359 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,359 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:52:43,359 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c5b6a58) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:52:43,363 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:43,363 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:52:43,366 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:52:43,366 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 20:52:43,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,377 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:43,377 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:43,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:52:43,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:43,381 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:43,384 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:43,384 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 20:52:43,387 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 20:52:43,388 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:43,388 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:52:43,388 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c5b2048) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:52:43,392 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:43,392 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:52:43,395 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': '26086320'} ; 2024-03-01 20:52:43,395 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:43,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:43,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:43,405 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:43,405 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:43,405 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:43,405 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:43,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:43,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:52:43,409 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:43,412 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:43,412 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:43,416 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:43,416 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:43,416 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:52:43,416 INFO blivet/MainThread: got device: DiskDevice instance (0x7f944c59b2b0) -- 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 20:52:43,420 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:43,424 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:43,424 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:52:43,427 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:43,427 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:52:43,431 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:43,431 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:43,434 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:43,434 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:52:43,438 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:43,442 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:43,445 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:43,449 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 0x7f944c5aca08> 2024-03-01 20:52:46,569 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:52:46,573 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:46,573 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:46,577 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': '26089822'} ; 2024-03-01 20:52:46,577 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:46,577 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:46,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:46,587 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:46,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:46,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:46,604 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:52:46,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:46,628 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:46,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:46,631 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:46,634 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:46,635 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:46,638 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:46,638 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:46,638 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:46,642 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:46,645 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:46,648 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:46,651 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:46,655 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:46,655 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:46,655 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:52:46,656 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:46,655 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f944ce565c0) -- 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 0x7f944c5510f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:46,659 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:46,663 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:46,663 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:46,666 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:46,666 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:46,670 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:46,670 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:46,673 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:46,674 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:46,675 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:52:46,676 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:46,679 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,680 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:52:46,683 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:46,683 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:46,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:46,694 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:46,706 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:52:46,707 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:52:46,711 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 20:52:46,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:46,717 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 20:52:46,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:46,720 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:46,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:46,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:46,732 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:46,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:46,741 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 20:52:46,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:46,744 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:46,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:46,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:46,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:46,756 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:46,758 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 20:52:46,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:46,764 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 20:52:46,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:46,767 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 20:52:46,770 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 20:52:46,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:46,776 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 20:52:46,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:46,779 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:46,782 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,782 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 20:52:46,785 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,785 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 83 2024-03-01 20:52:46,788 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,788 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 84 2024-03-01 20:52:46,791 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,791 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 85 2024-03-01 20:52:46,794 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,794 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 86 2024-03-01 20:52:46,797 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,797 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 87 2024-03-01 20:52:46,800 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,800 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 88 2024-03-01 20:52:46,803 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:46,803 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 89 2024-03-01 20:52:51,476 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_7c063d0r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:52:51,512 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:51,513 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:52:51,516 INFO program/MainThread: stdout[2]: 2024-03-01 20:52:51,516 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 20:52:51,516 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:52:51,516 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:52:51,520 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:51,521 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:52:51,525 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:51,525 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:52:51,528 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:51,528 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:52:51,531 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:52:51,531 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:52:51,539 INFO program/MainThread: stdout: 2024-03-01 20:52:51,539 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:52:51,539 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,539 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,539 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,539 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,539 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,539 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,539 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,540 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,540 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,540 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,540 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,540 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:52:51,540 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:52:51,540 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:52:51,540 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:51,540 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 20:52:51,540 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:51,540 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:51,540 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:52:51,541 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:52:51,541 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:52:51,541 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:52:51,541 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:51,551 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:51,563 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:52:51,568 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:52:51,568 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 20:52:51,569 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 20:52:51,600 INFO program/MainThread: stdout[3]: 2024-03-01 20:52:51,600 INFO program/MainThread: stderr[3]: 2024-03-01 20:52:51,600 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:52:51,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,613 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:52:51,617 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:52:51,618 INFO blivet/MainThread: sda is a disk 2024-03-01 20:52:51,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:52:51,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:52:51,622 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:51,625 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:51,626 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 20:52:51,629 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 20:52:51,629 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,630 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:52:51,630 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48d103c630) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:52:51,633 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:52:51,634 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:52:51,637 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:52:51,637 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 20:52:51,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,647 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:52:51,648 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:52:51,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:52:51,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:52:51,651 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:51,654 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:51,654 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 20:52:51,658 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 20:52:51,658 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,658 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:52:51,658 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48d105a5c0) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:52:51,662 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:52:51,662 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:52:51,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:52:51,665 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 20:52:51,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,675 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:52:51,676 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:52:51,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:52:51,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:52:51,679 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:52:51,682 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:52:51,683 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 20:52:51,686 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 20:52:51,686 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,686 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:52:51,686 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48d105a668) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:52:51,690 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:52:51,690 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:52:51,693 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:52:51,693 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 20:52:51,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,703 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:52:51,704 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:52:51,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:52:51,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:52:51,707 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:52:51,711 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:52:51,711 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 20:52:51,714 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 20:52:51,714 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,715 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:52:51,715 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfcf780) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:52:51,718 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:52:51,718 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:52:51,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:52:51,722 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 20:52:51,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,731 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:52:51,732 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:52:51,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:52:51,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:52:51,735 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:51,739 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:51,739 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 20:52:51,742 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 20:52:51,742 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,743 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:52:51,743 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfcf198) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:52:51,746 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:52:51,746 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:52:51,749 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:52:51,750 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 20:52:51,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,759 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:52:51,760 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:52:51,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:52:51,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:52:51,763 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:51,766 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:51,767 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 20:52:51,770 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 20:52:51,770 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,771 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:52:51,771 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfc7668) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:52:51,774 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:52:51,774 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:52:51,777 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:52:51,777 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 20:52:51,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,787 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:52:51,788 INFO blivet/MainThread: sde is a disk 2024-03-01 20:52:51,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:52:51,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:52:51,791 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:51,794 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:51,795 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 20:52:51,798 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 20:52:51,798 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,799 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:52:51,799 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfc7cf8) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:52:51,802 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:52:51,802 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:52:51,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:52:51,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 20:52:51,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,816 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:52:51,816 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:52:51,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:52:51,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:52:51,819 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:51,823 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:51,823 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 20:52:51,826 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 20:52:51,826 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,827 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:52:51,827 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfc7e48) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:52:51,830 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:52:51,830 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:52:51,834 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:52:51,834 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 20:52:51,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,844 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:52:51,844 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:52:51,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:52:51,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:52:51,848 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:51,851 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:51,851 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 20:52:51,854 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 20:52:51,855 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,855 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:52:51,855 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfdbbe0) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:52:51,859 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:52:51,859 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:52:51,862 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:52:51,862 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 20:52:51,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,872 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:52:51,873 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:52:51,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:52:51,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:52:51,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:51,879 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:51,880 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 20:52:51,883 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 20:52:51,883 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,883 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:52:51,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfc78d0) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:52:51,887 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:52:51,887 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:52:51,890 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:52:51,890 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 20:52:51,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,900 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:52:51,901 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:52:51,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:52:51,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:52:51,904 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:51,908 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:51,908 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 20:52:51,911 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 20:52:51,911 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,912 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:52:51,912 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfe3b00) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:52:51,915 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:52:51,915 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:52:51,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:52:51,918 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 20:52:51,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,929 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:52:51,929 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:52:51,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:52:51,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:52:51,932 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:51,936 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:51,936 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 20:52:51,939 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 20:52:51,939 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:52:51,940 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:52:51,940 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfe21d0) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:52:51,943 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:52:51,943 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:52:51,946 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': '26086320'} ; 2024-03-01 20:52:51,946 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:52:51,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:51,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:51,956 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:52:51,957 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:52:51,957 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:52:51,957 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:52:51,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:52:51,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:52:51,960 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:52:51,963 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:52:51,964 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:52:51,967 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:52:51,967 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:52:51,967 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:52:51,967 INFO blivet/MainThread: got device: DiskDevice instance (0x7f48cbfcfcf8) -- 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 20:52:51,971 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:52:51,974 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:51,975 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:52:51,978 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:51,978 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:52:51,981 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:51,981 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:52:51,985 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:51,985 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:52:51,989 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:52:51,992 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:51,995 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:52:52,000 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 0x7f48cbfdc408> 2024-03-01 20:52:55,096 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:52:55,100 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:52:55,100 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:52:55,104 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': '26089822'} ; 2024-03-01 20:52:55,104 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:52:55,104 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:52:55,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,114 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:52:55,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,120 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:55,132 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:55,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:52:55,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:52:55,155 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:52:55,155 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:52:55,159 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:52:55,162 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:52:55,162 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:52:55,165 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:55,166 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:55,166 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:52:55,169 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:52:55,172 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:52:55,175 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:52:55,178 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:52:55,182 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:52:55,182 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:52:55,182 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:52:55,183 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:52:55,182 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f48d105a278) -- 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 0x7f48cbf810f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:52:55,186 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:52:55,190 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:52:55,190 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:52:55,193 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:52:55,193 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:52:55,197 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:55,197 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:52:55,200 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:52:55,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:52:55,202 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:52:55,202 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:52:55,206 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,206 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:52:55,209 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:52:55,209 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:52:55,210 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:55,220 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:55,232 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:52:55,233 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:52:55,237 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 20:52:55,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,243 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 20:52:55,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,246 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:52:55,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,257 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:52:55,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,266 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 20:52:55,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,269 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:52:55,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,281 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:52:55,283 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 20:52:55,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,289 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 20:52:55,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,292 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 20:52:55,295 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 20:52:55,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,303 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:52:55,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,315 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:52:55,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:52:55,321 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:52:55,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:52:55,327 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:52:55,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:52:55,333 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:52:55,336 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,336 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:52:55,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:52:55,340 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:52:55,340 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:55,343 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,343 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:55,346 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,346 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:52:55,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:52:55,349 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:52:55,349 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:55,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,353 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:55,356 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,356 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:52:55,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:52:55,359 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:52:55,359 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:55,362 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,362 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:55,363 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:52:55,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:52:55,371 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:55,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:52:55,378 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:55,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:52:55,385 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:52:55,386 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:52:55,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:52:55,390 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:52:55,390 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:55,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,403 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:52:55,404 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:55,404 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:55,404 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 20:52:55,405 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:55,405 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:55,408 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,408 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:52:55,411 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:52:55,415 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:55,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:52:55,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:52:55,423 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:52:55,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:52:55,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:52:55,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:52:55,433 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:55,434 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:52:55,434 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:52:55,434 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:52:55,438 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:52:55,439 INFO program/MainThread: stderr[4]: 2024-03-01 20:52:55,439 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:52:55,439 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:52:55,439 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:55,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:52:55,444 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:52:55,444 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:55,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,457 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 20:52:55,458 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:55,458 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:52:55,458 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 20:52:55,459 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:55,459 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:52:55,462 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,463 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 20:52:55,465 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:52:55,469 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:55,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:55,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 20:52:55,476 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:52:55,480 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:52:55,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:52:55,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 20:52:55,487 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:52:55,488 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 20:52:55,488 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:52:55,488 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 20:52:55,488 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:55,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 20:52:55,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 20:52:55,492 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:55,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,504 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 20:52:55,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 20:52:55,510 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:52:55,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 20:52:55,516 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:52:55,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 20:52:55,522 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:52:55,525 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,525 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 20:52:55,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:52:55,528 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:52:55,528 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:55,531 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,531 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:55,535 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,535 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 20:52:55,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 20:52:55,538 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:52:55,538 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:55,541 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,541 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:55,544 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,544 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 20:52:55,545 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 20:52:55,548 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:52:55,548 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:55,551 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,551 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:55,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 20:52:55,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:52:55,559 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:55,562 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:52:55,566 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:55,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:52:55,573 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:52:55,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 20:52:55,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:52:55,577 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 20:52:55,578 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:55,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,591 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 20:52:55,592 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:55,592 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:55,592 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 20:52:55,593 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:55,593 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:55,596 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,596 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 20:52:55,599 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 20:52:55,603 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:55,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:55,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 20:52:55,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:52:55,613 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:52:55,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:52:55,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 20:52:55,621 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:55,621 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 20:52:55,621 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:52:55,621 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 20:52:55,622 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:55,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:52:55,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 20:52:55,625 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:55,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,638 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 20:52:55,639 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:55,639 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:55,639 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 20:52:55,640 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:55,640 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:55,643 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,644 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 20:52:55,647 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,647 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 20:52:55,650 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:55,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:55,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:52:55,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:52:55,661 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:52:55,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:52:55,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 20:52:55,668 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 20:52:55,669 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 20:52:55,669 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:52:55,669 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 20:52:55,669 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:55,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 20:52:55,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 20:52:55,674 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:55,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,687 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 20:52:55,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 20:52:55,693 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:52:55,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 20:52:55,699 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:52:55,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 20:52:55,704 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:52:55,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 20:52:55,711 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:52:55,713 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,714 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 20:52:55,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 20:52:55,717 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:52:55,717 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:55,720 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,720 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:55,723 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,723 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 20:52:55,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 20:52:55,726 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:52:55,727 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:55,730 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,730 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:55,733 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,733 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 20:52:55,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 20:52:55,746 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:52:55,746 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:55,749 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,749 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:55,752 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:52:55,752 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:52:55,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:52:55,755 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:52:55,755 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:55,759 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:52:55,759 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:55,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 20:52:55,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:52:55,767 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:55,770 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:52:55,774 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:55,778 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:52:55,781 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:55,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:52:55,788 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:52:55,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 20:52:55,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:52:55,793 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 20:52:55,793 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:55,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,808 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 20:52:55,809 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,810 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:55,810 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 20:52:55,810 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,811 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:55,814 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,814 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 20:52:55,817 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 20:52:55,821 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:55,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:55,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:52:55,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:52:55,831 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:52:55,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:52:55,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 20:52:55,839 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,839 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 20:52:55,840 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:52:55,840 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 20:52:55,840 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:55,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 20:52:55,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 20:52:55,844 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:55,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,857 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 20:52:55,858 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,858 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:55,858 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 20:52:55,859 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,859 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:55,862 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,863 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 20:52:55,865 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 20:52:55,870 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:55,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:55,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 20:52:55,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:52:55,880 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:52:55,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:52:55,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 20:52:55,888 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,888 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 20:52:55,888 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:52:55,889 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 20:52:55,889 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:55,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:52:55,893 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 20:52:55,893 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:55,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,905 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 20:52:55,906 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,907 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:52:55,907 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 20:52:55,908 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,909 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:52:55,912 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,912 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 20:52:55,915 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,915 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:52:55,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:55,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:55,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 20:52:55,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:52:55,929 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:52:55,933 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:52:55,936 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 20:52:55,937 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,938 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 20:52:55,938 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:52:55,938 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 20:52:55,938 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:55,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 20:52:55,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 20:52:55,942 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:55,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:52:55,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:52:55,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:52:55,955 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 20:52:55,956 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,957 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:52:55,957 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 20:52:55,957 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,958 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:52:55,961 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,961 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 20:52:55,964 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:52:55,965 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:52:55,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:55,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:55,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 20:52:55,976 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:52:55,979 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:52:55,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:52:55,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 20:52:55,987 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 20:52:55,988 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 20:52:55,988 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:52:55,988 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 20:52:55,988 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:55,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 20:52:55,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 20:52:55,992 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:55,994 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:55,995 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:55,996 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:55,997 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:55,997 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:52:55,999 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:52:56,002 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:56,004 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:52:56,007 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:52:56,008 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:52:56,011 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:52:56,011 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 0x7f48cbfa1db0> 2024-03-01 20:52:56,011 INFO blivet/MainThread: sorting actions... 2024-03-01 20:52:56,046 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:56,047 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:56,047 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:56,047 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:56,048 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:56,048 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:56,049 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:56,049 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:56,049 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:56,050 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:56,050 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:56,051 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:56,051 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:56,051 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:56,052 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:56,052 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:56,053 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:56,053 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:56,054 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:56,054 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:56,054 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:56,055 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:56,055 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:56,056 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:56,056 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:56,057 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:56,057 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:56,057 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:56,058 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:56,058 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:56,059 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:56,059 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:56,060 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:56,060 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:56,060 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:52:56,061 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:56,061 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:52:56,062 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:56,062 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:52:56,063 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 20:52:56,066 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,068 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 20:52:56,069 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 20:52:56,075 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,104 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,117 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,118 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 20:52:56,122 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,125 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 20:52:56,125 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 20:52:56,131 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,131 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,160 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,161 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,173 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,174 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 20:52:56,178 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,181 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 20:52:56,181 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 20:52:56,187 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,218 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,231 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,232 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 20:52:56,236 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,239 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 20:52:56,239 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 20:52:56,245 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,275 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,276 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,288 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,289 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 20:52:56,293 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,296 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 20:52:56,296 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 20:52:56,301 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,330 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,331 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,341 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,342 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 20:52:56,346 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,349 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 20:52:56,349 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 20:52:56,355 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,356 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,385 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,386 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,396 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,397 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 20:52:56,401 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,404 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 20:52:56,404 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 20:52:56,410 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,410 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,437 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,438 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,450 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,451 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:52:56,455 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,458 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:52:56,458 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:52:56,464 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,490 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,491 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,501 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,502 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:52:56,506 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,509 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:52:56,509 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:52:56,515 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,541 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,552 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,553 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:52:56,557 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:52:56,560 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:52:56,560 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:52:56,566 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,567 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,598 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,599 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,611 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,612 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 20:52:56,616 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:56,619 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:56,622 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:56,622 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:52:56,623 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 20:52:56,653 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 20:52:56,653 INFO program/MainThread: stderr[5]: 2024-03-01 20:52:56,653 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:52:56,653 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,673 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,677 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:52:56,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 20:52:56,679 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 20:52:56,689 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,712 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,713 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 20:52:56,717 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:56,720 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:56,723 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:56,723 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:52:56,723 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 20:52:56,759 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 20:52:56,759 INFO program/MainThread: stderr[6]: 2024-03-01 20:52:56,759 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:52:56,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,777 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,781 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:52:56,782 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 20:52:56,783 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 20:52:56,793 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,817 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,818 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 20:52:56,822 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:56,825 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:56,828 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:56,828 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:52:56,828 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:56,859 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 20:52:56,859 INFO program/MainThread: stderr[7]: 2024-03-01 20:52:56,859 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:52:56,859 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,878 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,882 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:52:56,883 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 20:52:56,884 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 20:52:56,893 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,893 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,915 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,916 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 20:52:56,920 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:56,923 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:56,926 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:56,926 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:52:56,926 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:56,958 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 20:52:56,958 INFO program/MainThread: stderr[8]: 2024-03-01 20:52:56,958 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:52:56,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:56,976 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,980 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:52:56,981 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 20:52:56,982 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 20:52:56,991 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:56,992 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,016 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,017 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 20:52:57,021 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 20:52:57,024 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:57,027 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,030 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,034 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,037 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,040 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,043 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,046 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,049 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,052 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 20:52:57,052 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/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:57,120 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 20:52:57,121 INFO program/MainThread: stderr[9]: 2024-03-01 20:52:57,121 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:52:57,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:57,136 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:57,142 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,150 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,154 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,161 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,166 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,169 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,172 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,176 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,186 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,191 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:57,194 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:57,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,205 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,206 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 20:52:57,215 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,215 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,225 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,225 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:57,230 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 20:52:57,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 20:52:57,236 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:57,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 20:52:57,243 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,247 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,250 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,254 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,257 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,261 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,264 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,268 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:52:57,268 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,279 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,284 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 20:52:57,285 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/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:57,309 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:52:57,310 INFO program/MainThread: stderr[10]: 2024-03-01 20:52:57,310 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:52:57,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 20:52:57,314 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:57,403 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 20:52:57,404 INFO program/MainThread: stderr[11]: 2024-03-01 20:52:57,404 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:52:57,412 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:57,422 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:57,422 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,462 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,467 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 20:52:57,468 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:52:57,468 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:52:57,478 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,478 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,494 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,494 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 20:52:57,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,502 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:52:57,505 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 20:52:57,505 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 20:52:57,532 INFO program/MainThread: stdout: 2024-03-01 20:52:57,533 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:52:57,533 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:57,533 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:57,533 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:57,533 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:52:57,533 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:57,533 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:57,533 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:57,533 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:57,533 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:57,533 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,534 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 20:52:57,548 INFO program/MainThread: stdout: 2024-03-01 20:52:57,548 INFO program/MainThread: writing all SBs 2024-03-01 20:52:57,548 INFO program/MainThread: new label = "" 2024-03-01 20:52:57,548 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,563 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:52:57,568 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:52:57,569 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:52:57,578 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,594 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,594 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:57,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 20:52:57,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 20:52:57,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,606 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/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:57,632 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:52:57,632 INFO program/MainThread: stderr[12]: 2024-03-01 20:52:57,632 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:52:57,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 20:52:57,637 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:57,722 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 20:52:57,722 INFO program/MainThread: stderr[13]: 2024-03-01 20:52:57,723 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:52:57,730 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:57,737 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:57,737 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,781 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,786 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 20:52:57,787 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:52:57,787 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:52:57,797 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,797 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,813 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,814 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 20:52:57,818 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,821 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:52:57,824 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 20:52:57,824 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 20:52:57,856 INFO program/MainThread: stdout: 2024-03-01 20:52:57,856 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 20:52:57,856 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:57,856 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:57,856 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:57,857 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 20:52:57,857 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:57,857 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:57,857 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:57,857 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:57,857 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:57,857 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,857 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 20:52:57,871 INFO program/MainThread: stdout: 2024-03-01 20:52:57,871 INFO program/MainThread: writing all SBs 2024-03-01 20:52:57,871 INFO program/MainThread: new label = "" 2024-03-01 20:52:57,871 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,890 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:52:57,895 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:52:57,896 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 20:52:57,906 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,906 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:57,922 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:57,922 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:57,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 20:52:57,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 20:52:57,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:57,934 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/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:57,959 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:52:57,960 INFO program/MainThread: stderr[14]: 2024-03-01 20:52:57,960 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:52:57,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 20:52:57,964 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:58,059 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 20:52:58,059 INFO program/MainThread: stderr[15]: 2024-03-01 20:52:58,059 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:52:58,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:58,076 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:58,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,112 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,116 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 20:52:58,117 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:52:58,118 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:52:58,127 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,143 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,144 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 20:52:58,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,151 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:52:58,154 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 20:52:58,154 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 20:52:58,190 INFO program/MainThread: stdout: 2024-03-01 20:52:58,191 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 20:52:58,191 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:58,191 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:58,191 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:58,191 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 20:52:58,191 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:58,191 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:58,191 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 20:52:58,191 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:58,191 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:58,192 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,192 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 20:52:58,206 INFO program/MainThread: stdout: 2024-03-01 20:52:58,207 INFO program/MainThread: writing all SBs 2024-03-01 20:52:58,207 INFO program/MainThread: new label = "" 2024-03-01 20:52:58,207 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,207 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,223 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,228 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:52:58,228 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:52:58,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 20:52:58,239 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,253 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,254 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:58,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 20:52:58,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 20:52:58,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,265 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/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:58,291 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:52:58,291 INFO program/MainThread: stderr[16]: 2024-03-01 20:52:58,291 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:52:58,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 20:52:58,296 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:58,380 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 20:52:58,381 INFO program/MainThread: stderr[17]: 2024-03-01 20:52:58,381 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:52:58,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,395 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:58,395 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:58,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,442 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,447 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 20:52:58,448 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:52:58,448 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:52:58,458 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,458 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,472 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,472 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 20:52:58,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,480 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:52:58,483 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 20:52:58,483 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 20:52:58,523 INFO program/MainThread: stdout: 2024-03-01 20:52:58,524 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 20:52:58,524 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:58,524 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:58,524 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:58,524 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 20:52:58,524 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:58,524 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:58,524 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:52:58,524 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:58,524 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:58,524 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,525 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 20:52:58,537 INFO program/MainThread: stdout: 2024-03-01 20:52:58,538 INFO program/MainThread: writing all SBs 2024-03-01 20:52:58,538 INFO program/MainThread: new label = "" 2024-03-01 20:52:58,538 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,538 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,553 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:52:58,558 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:52:58,560 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 20:52:58,569 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,569 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,586 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,587 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 20:52:58,591 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,594 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,597 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,597 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:52:58,597 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:58,629 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 20:52:58,630 INFO program/MainThread: stderr[18]: 2024-03-01 20:52:58,630 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:52:58,630 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,649 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,653 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:52:58,654 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 20:52:58,655 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 20:52:58,665 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,687 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,688 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 20:52:58,692 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,695 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,698 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,698 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:52:58,698 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:58,730 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 20:52:58,730 INFO program/MainThread: stderr[19]: 2024-03-01 20:52:58,731 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:52:58,731 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,751 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,756 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:52:58,756 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 20:52:58,757 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 20:52:58,767 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,767 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,789 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,790 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 20:52:58,794 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,797 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,800 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,800 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:52:58,800 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:58,833 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 20:52:58,833 INFO program/MainThread: stderr[20]: 2024-03-01 20:52:58,833 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:52:58,834 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,849 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,853 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:52:58,854 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 20:52:58,855 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 20:52:58,865 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:58,888 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:58,889 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 20:52:58,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 20:52:58,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:58,899 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,902 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,905 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,908 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,911 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,914 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:58,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 20:52:58,918 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:58,974 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 20:52:58,974 INFO program/MainThread: stderr[21]: 2024-03-01 20:52:58,974 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:52:58,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:58,986 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:58,991 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:58,997 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,003 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,009 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,016 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,022 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,022 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,041 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,046 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:59,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:59,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,060 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,061 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 20:52:59,069 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,079 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,079 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:59,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 20:52:59,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 20:52:59,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:52:59,094 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 20:52:59,097 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,101 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,104 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,107 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,111 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,114 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,114 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,127 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,132 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 20:52:59,132 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/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:59,159 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 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 20:52:59,160 INFO program/MainThread: stderr[22]: 2024-03-01 20:52:59,160 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:52:59,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 20:52:59,165 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:59,246 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 20:52:59,246 INFO program/MainThread: stderr[23]: 2024-03-01 20:52:59,247 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:52:59,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:59,261 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:59,261 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,291 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,296 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 20:52:59,297 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:52:59,298 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:52:59,307 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,307 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,321 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,321 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 20:52:59,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,329 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:52:59,332 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 20:52:59,332 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 20:52:59,363 INFO program/MainThread: stdout: 2024-03-01 20:52:59,364 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 20:52:59,364 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:59,364 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:59,364 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:59,364 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 20:52:59,364 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:59,364 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:59,364 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:59,364 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:59,364 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:59,364 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,365 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 20:52:59,378 INFO program/MainThread: stdout: 2024-03-01 20:52:59,378 INFO program/MainThread: writing all SBs 2024-03-01 20:52:59,378 INFO program/MainThread: new label = "" 2024-03-01 20:52:59,379 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,394 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:52:59,399 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:52:59,400 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 20:52:59,409 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,409 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,424 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,424 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:59,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 20:52:59,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 20:52:59,435 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,436 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/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:59,463 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 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 20:52:59,464 INFO program/MainThread: stderr[24]: 2024-03-01 20:52:59,464 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:52:59,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 20:52:59,468 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:52:59,553 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 20:52:59,553 INFO program/MainThread: stderr[25]: 2024-03-01 20:52:59,553 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:52:59,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:59,569 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:59,570 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,600 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,605 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 20:52:59,606 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:52:59,606 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:52:59,616 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,629 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,629 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 20:52:59,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,637 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:52:59,640 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 20:52:59,640 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 20:52:59,667 INFO program/MainThread: stdout: 2024-03-01 20:52:59,668 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 20:52:59,668 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:52:59,668 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:52:59,668 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:52:59,668 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 20:52:59,668 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:52:59,668 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:52:59,668 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:52:59,668 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:52:59,668 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:52:59,668 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,669 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 20:52:59,683 INFO program/MainThread: stdout: 2024-03-01 20:52:59,683 INFO program/MainThread: writing all SBs 2024-03-01 20:52:59,683 INFO program/MainThread: new label = "" 2024-03-01 20:52:59,683 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,700 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:52:59,705 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:52:59,706 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 20:52:59,716 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,716 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,730 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,731 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:52:59,735 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,738 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,741 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,741 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:52:59,742 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:59,775 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:52:59,776 INFO program/MainThread: stderr[26]: 2024-03-01 20:52:59,776 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:52:59,776 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,794 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,799 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:52:59,799 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 20:52:59,800 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:52:59,809 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,810 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,831 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,832 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:52:59,836 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,839 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,841 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,842 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:52:59,842 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:59,875 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:52:59,875 INFO program/MainThread: stderr[27]: 2024-03-01 20:52:59,875 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:52:59,875 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,893 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,897 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:52:59,898 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 20:52:59,899 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:52:59,908 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,908 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,930 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,931 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:52:59,935 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:52:59,938 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,941 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:52:59,941 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:52:59,941 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:52:59,973 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:52:59,974 INFO program/MainThread: stderr[28]: 2024-03-01 20:52:59,974 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:52:59,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:52:59,992 DEBUG program/MainThread: Return code: 0 2024-03-01 20:52:59,997 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:52:59,997 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 20:52:59,998 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:53:00,008 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,008 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,034 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,035 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:53:00,039 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:53:00,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:53:00,045 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,048 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,051 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,054 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,057 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,061 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:53:00,064 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:00,121 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 20:53:00,122 INFO program/MainThread: stderr[29]: 2024-03-01 20:53:00,122 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:53:00,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:53:00,136 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:53:00,142 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,148 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,151 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,154 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,160 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,164 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,175 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:53:00,183 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:53:00,183 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,193 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,194 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:53:00,202 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,202 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,214 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,214 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:53:00,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 20:53:00,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 20:53:00,225 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:53:00,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:53:00,232 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,236 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,239 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,243 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,246 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,249 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:53:00,249 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,262 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,267 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:53:00,267 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/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:00,294 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO 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 20:53:00,295 INFO program/MainThread: stderr[30]: 2024-03-01 20:53:00,295 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:53:00,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 20:53:00,299 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:00,379 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 20:53:00,380 INFO program/MainThread: stderr[31]: 2024-03-01 20:53:00,380 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:53:00,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:00,396 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:00,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,426 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,432 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 20:53:00,433 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:00,433 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:53:00,442 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,443 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,457 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,458 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 20:53:00,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,466 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:53:00,469 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 20:53:00,469 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 20:53:00,509 INFO program/MainThread: stdout: 2024-03-01 20:53:00,509 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:53:00,509 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:53:00,509 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:53:00,509 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:53:00,510 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:53:00,510 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:53:00,510 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:53:00,510 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:53:00,510 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:53:00,510 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:53:00,510 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,510 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 20:53:00,524 INFO program/MainThread: stdout: 2024-03-01 20:53:00,525 INFO program/MainThread: writing all SBs 2024-03-01 20:53:00,525 INFO program/MainThread: new label = "" 2024-03-01 20:53:00,525 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,539 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:00,544 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:00,545 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 20:53:00,554 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,555 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,569 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,570 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:53:00,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:53:00,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:53:00,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,581 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/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:00,607 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO 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 20:53:00,607 INFO program/MainThread: stderr[32]: 2024-03-01 20:53:00,608 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:53:00,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:53:00,612 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:00,692 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 20:53:00,692 INFO program/MainThread: stderr[33]: 2024-03-01 20:53:00,692 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:53:00,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:00,708 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:00,708 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,740 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,744 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 20:53:00,745 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:00,746 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:53:00,755 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,770 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,770 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:53:00,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:00,778 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:53:00,781 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:53:00,781 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:53:00,806 INFO program/MainThread: stdout: 2024-03-01 20:53:00,806 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 20:53:00,807 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:53:00,807 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:53:00,807 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:53:00,807 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 20:53:00,807 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:53:00,807 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:53:00,807 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 20:53:00,807 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:53:00,807 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:53:00,807 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,808 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:53:00,819 INFO program/MainThread: stdout: 2024-03-01 20:53:00,819 INFO program/MainThread: writing all SBs 2024-03-01 20:53:00,820 INFO program/MainThread: new label = "" 2024-03-01 20:53:00,820 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,836 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:00,841 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:00,842 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 20:53:00,852 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:00,868 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:00,874 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:53:00,874 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 0x7f48cbfb80f8> 2024-03-01 20:53:00,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:53:00,882 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:53:00,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,888 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 20:53:00,888 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:53:00,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:53:00,895 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:53:00,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:53:00,901 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:53:00,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,907 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 20:53:00,907 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:53:00,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:53:00,913 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:53:00,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:53:00,919 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:53:00,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:53:00,925 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:53:00,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:53:00,932 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:53:00,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,938 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 20:53:00,938 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:53:00,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 20:53:00,944 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:53:00,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 20:53:00,951 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:53:00,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,956 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 20:53:00,957 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:53:00,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 20:53:00,963 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:53:00,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 20:53:00,968 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:53:00,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:00,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 20:53:00,974 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:53:53,435 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_9liaev3w/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:53:53,473 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:53,473 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:53:53,476 INFO program/MainThread: stdout[2]: 2024-03-01 20:53:53,476 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 20:53:53,476 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:53:53,477 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:53:53,481 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:53,482 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:53:53,485 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:53,485 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:53:53,489 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:53,489 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:53:53,492 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:53:53,492 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:53:53,503 INFO program/MainThread: stdout: 2024-03-01 20:53:53,503 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:53:53,503 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq 2024-03-01 20:53:53,503 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e 2024-03-01 20:53:53,503 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX 2024-03-01 20:53:53,503 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e 2024-03-01 20:53:53,503 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs b52980ff-0e44-4875-88ad-fafdd77779c1 2024-03-01 20:53:53,503 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF 2024-03-01 20:53:53,503 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 2024-03-01 20:53:53,504 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 0da33342-b633-46ca-b305-1a1a1039b692 2024-03-01 20:53:53,504 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cc9961e1-0adc-4e6f-82de-5fed1ace8991 2024-03-01 20:53:53,504 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT 2024-03-01 20:53:53,504 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 2024-03-01 20:53:53,504 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP 2024-03-01 20:53:53,504 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 09bfb203-ab52-4e06-8947-0dbe32911272 2024-03-01 20:53:53,504 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 07123e00-43be-4302-8dc0-4e85689e690b 2024-03-01 20:53:53,504 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs b9e8fdc8-eec7-478c-90c4-28eb4bdc435b 2024-03-01 20:53:53,504 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 2024-03-01 20:53:53,504 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs b9e8fdc8-eec7-478c-90c4-28eb4bdc435b 2024-03-01 20:53:53,504 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy 2024-03-01 20:53:53,504 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e9e6544f-5828-4084-9bb9-e3e7e2817865 2024-03-01 20:53:53,504 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo 2024-03-01 20:53:53,504 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e9e6544f-5828-4084-9bb9-e3e7e2817865 2024-03-01 20:53:53,504 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:53:53,504 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:53:53,504 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:53:53,504 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:53:53,504 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:53,504 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e sdb 1073741824 root disk brw-rw---- LVM2_member m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e `-test_vg1-lv1 482344960 root disk brw-rw---- xfs b52980ff-0e44-4875-88ad-fafdd77779c1 sdc 1073741824 root disk brw-rw---- LVM2_member qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF sdd 1073741824 root disk brw-rw---- LVM2_member ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 0da33342-b633-46ca-b305-1a1a1039b692 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cc9961e1-0adc-4e6f-82de-5fed1ace8991 sde 1073741824 root disk brw-rw---- LVM2_member 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT sdf 1073741824 root disk brw-rw---- LVM2_member BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 sdg 1073741824 root disk brw-rw---- LVM2_member gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 09bfb203-ab52-4e06-8947-0dbe32911272 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 07123e00-43be-4302-8dc0-4e85689e690b `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs b9e8fdc8-eec7-478c-90c4-28eb4bdc435b sdh 1073741824 root disk brw-rw---- LVM2_member Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs b9e8fdc8-eec7-478c-90c4-28eb4bdc435b sdi 1073741824 root disk brw-rw---- LVM2_member ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e9e6544f-5828-4084-9bb9-e3e7e2817865 sdj 1073741824 root disk brw-rw---- LVM2_member C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e9e6544f-5828-4084-9bb9-e3e7e2817865 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 20:53:53,504 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:53,505 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:53,505 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:53:53,505 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:53:53,505 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:53:53,505 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:53:53,505 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:53,516 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:53,531 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 20:53:53,535 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d', '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': 'f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq', 'ID_FS_UUID_ENC': 'f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:53:53,535 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 20:53:53,536 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 20:53:53,563 INFO program/MainThread: stdout[3]: 2024-03-01 20:53:53,563 INFO program/MainThread: stderr[3]: 2024-03-01 20:53:53,563 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:53:53,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:53,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:53,576 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:53:53,581 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:53:53,582 INFO blivet/MainThread: sda is a disk 2024-03-01 20:53:53,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:53:53,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:53:53,586 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:53:53,589 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:53:53,589 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 20:53:53,593 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 20:53:53,593 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:53:53,593 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:53:53,594 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f8f1dcc0) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:53:53,597 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:53:53,601 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:53,601 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:53:53,604 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:53,605 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:53:53,608 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:53,608 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:53:53,612 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:53,612 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:53:53,615 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:53:53,615 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:53:53,615 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 20:53:53,644 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=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 20:53:53,644 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX. WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (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 20:53:53,644 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:53:53,645 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:53:53,649 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq ; label: None ; device: /dev/sda ; serial: 3600140522dd6968d39f4a1c8a83b6d5d ; exists: True ; vg_name: test_vg1 ; vg_uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; pe_start: 8 MiB ; 2024-03-01 20:53:53,649 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:53:53,653 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:53:53,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:53:53,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:53,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:53,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:53,666 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 20:53:53,693 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=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 20:53:53,693 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX. WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (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 20:53:53,693 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:53:53,694 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:53,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:53:53,701 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:53:53,705 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:53,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:53:53,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:53:53,709 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 20:53:53,740 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 20:53:53,740 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX. WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (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 20:53:53,740 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:53:53,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:53:53,746 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:53:53,749 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:53:53,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:53:53,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:53,755 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:53,755 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:53,759 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/lvm-pv-uuid-m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6', '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': 'm2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX', 'ID_FS_UUID_ENC': 'm2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:53:53,759 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 20:53:53,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:53:53,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:53,770 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:53:53,770 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:53:53,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:53:53,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:53:53,774 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:53:53,777 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:53:53,777 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 20:53:53,781 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 20:53:53,781 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:53:53,781 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:53:53,781 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f858c358) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:53:53,785 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:53:53,789 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:53,789 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:53:53,792 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:53,792 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:53:53,796 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:53,796 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:53:53,799 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:53,799 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:53:53,802 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:53:53,802 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:53:53,802 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 20:53:53,828 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=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 20:53:53,828 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (last written to /dev/sdc). 2024-03-01 20:53:53,828 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:53:53,829 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:53:53,833 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX ; label: None ; device: /dev/sdb ; serial: 3600140566bb043ff76a42e79095662e6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 20:53:53,833 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:53:53,836 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:53:53,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:53:53,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:53:53,846 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:53:53,850 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:53,853 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:53:53,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:53:53,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:53,859 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 20:53:53,888 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 20:53:53,888 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (last written to /dev/sdc). 2024-03-01 20:53:53,888 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:53:53,888 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:53:53,888 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:53,893 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:53:53,893 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 20:53:53,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:53:53,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:53,904 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:53:53,904 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:53:53,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:53:53,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:53:53,908 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:53:53,911 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:53:53,911 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:53:53,915 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 20:53:53,915 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:53:53,915 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:53:53,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f858c518) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:53:53,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:53:53,919 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:53:53,923 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:53:53,923 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 20:53:53,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:53:53,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:53,933 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:53:53,933 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:53:53,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:53:53,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:53:53,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:53:53,940 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:53:53,940 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 20:53:53,944 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 20:53:53,944 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:53:53,944 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:53:53,944 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f8599d30) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:53:53,948 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:53:53,948 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:53:53,951 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/lvm-pv-uuid-qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f', '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': 'qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF', 'ID_FS_UUID_ENC': 'qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:53:53,951 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 20:53:53,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:53:53,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:53,961 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:53:53,962 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:53:53,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:53:53,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:53:53,965 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:53:53,969 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:53:53,969 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 20:53:53,972 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 20:53:53,972 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:53:53,973 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:53:53,973 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f85a3320) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:53:53,976 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:53:53,980 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:53,980 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:53:53,983 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:53,983 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:53:53,987 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:53,987 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:53:53,990 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:53,990 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:53:53,994 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:53:53,994 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:53:53,994 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 20:53:54,023 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=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 20:53:54,024 INFO program/MainThread: stderr[9]: 2024-03-01 20:53:54,024 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:53:54,024 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:53:54,028 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF ; label: None ; device: /dev/sdc ; serial: 360014057bf5dd7e61d145f1854bd495e ; exists: True ; vg_name: test_vg1 ; vg_uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:54,029 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:53:54,032 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:53:54,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:53:54,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:54,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:53:54,045 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:53:54,048 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:53:54,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:53:54,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:53:54,055 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 20:53:54,081 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 20:53:54,081 INFO program/MainThread: stderr[10]: 2024-03-01 20:53:54,081 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:53:54,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:54,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:54,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:53:54,100 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:54,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:53:54,104 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:54,107 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:54,108 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:54,111 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 20:53:54,112 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:54,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:53:54,117 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:53:54,120 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:53:54,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:53:54,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:53:54,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:54,127 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:54,131 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 20:53:54,131 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:54,131 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:53:54,131 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:53:54,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:53:54,135 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:53:54,138 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 20:53:54,139 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:53:54,142 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/b52980ff-0e44-4875-88ad-fafdd77779c1 ' '/dev/disk/by-id/dm-uuid-LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOso5QegH3RO5OYhaNcfG1MYuipB3zOA0L ' '/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-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOso5QegH3RO5OYhaNcfG1MYuipB3zOA0L', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b52980ff-0e44-4875-88ad-fafdd77779c1', 'ID_FS_UUID_ENC': 'b52980ff-0e44-4875-88ad-fafdd77779c1', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935776642'} ; 2024-03-01 20:53:54,143 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:54,143 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:54,147 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:53:54,147 INFO program/MainThread: stderr[11]: 2024-03-01 20:53:54,147 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:53:54,147 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:54,150 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:53:54,150 INFO program/MainThread: stderr[12]: 2024-03-01 20:53:54,150 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:53:54,150 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:54,154 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:53:54,154 INFO program/MainThread: stderr[13]: 2024-03-01 20:53:54,154 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:53:54,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:53:54,164 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:54,165 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:53:54,165 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:54,166 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:53:54,162 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85a3f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7f95f861aac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 20:53:54,167 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:54,170 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:53:54,170 INFO program/MainThread: stderr[14]: 2024-03-01 20:53:54,170 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:53:54,174 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:54,178 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:54,178 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:53:54,182 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:54,182 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:53:54,186 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,186 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:53:54,189 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,189 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:53:54,191 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:53:54,191 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:53:54,195 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:54,195 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:53:54,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:53:54,199 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:54,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:54,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:54,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:53:54,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:53:54,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:53:54,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:54,223 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:54,223 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:54,227 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 20:53:54,227 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:54,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:53:54,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:53:54,234 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:53:54,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:53:54,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:53:54,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:54,242 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:54,246 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 20:53:54,246 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:54,246 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:53:54,246 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 20:53:54,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:53:54,250 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:53:54,253 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 20:53:54,254 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:53:54,257 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/test_vg1/lv2 ' '/dev/disk/by-uuid/3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e ' '/dev/disk/by-id/dm-uuid-LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOBiGACOSfTW4KI0FZSlCrMrcoYMtiWFAS', '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-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOBiGACOSfTW4KI0FZSlCrMrcoYMtiWFAS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', 'ID_FS_UUID_ENC': '3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935463658'} ; 2024-03-01 20:53:54,257 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:54,258 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:54,261 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:53:54,261 INFO program/MainThread: stderr[15]: 2024-03-01 20:53:54,261 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:53:54,262 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:54,265 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:53:54,265 INFO program/MainThread: stderr[16]: 2024-03-01 20:53:54,265 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:53:54,265 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:54,268 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:53:54,268 INFO program/MainThread: stderr[17]: 2024-03-01 20:53:54,268 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:53:54,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 20:53:54,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:54,280 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:54,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:54,281 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:54,276 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85a3dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7f95f861aac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:53:54,282 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:54,285 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:53:54,285 INFO program/MainThread: stderr[18]: 2024-03-01 20:53:54,285 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:53:54,289 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:54,293 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:54,293 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:53:54,297 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:54,297 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:53:54,301 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,301 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:53:54,305 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,305 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:53:54,305 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:53:54,308 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:54,309 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:53:54,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:53:54,312 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:54,313 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:54,316 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 ' '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338', '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': 'ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5', 'ID_FS_UUID_ENC': 'ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:53:54,316 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:53:54,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:54,327 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:53:54,328 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:53:54,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:53:54,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:53:54,331 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:53:54,334 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:53:54,334 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 20:53:54,338 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:53:54,338 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:53:54,339 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 20:53:54,339 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f85bc048) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:53:54,342 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:53:54,346 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:54,346 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:53:54,349 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:54,349 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:53:54,353 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,353 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:53:54,356 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,356 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:53:54,359 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:53:54,359 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:53:54,359 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/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:54,387 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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 20:53:54,387 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT. WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT (last written to /dev/sde). WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:53:54,387 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:53:54,388 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:53:54,392 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 ; label: None ; device: /dev/sdd ; serial: 3600140501a4f4c4096a43a993349ed26 ; exists: True ; vg_name: test_vg2 ; vg_uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 20:53:54,392 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 20:53:54,396 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:53:54,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:54,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:54,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:54,409 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/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:54,436 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 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=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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 20:53:54,436 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT. WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT (last written to /dev/sde). WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:53:54,436 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:53:54,437 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:54,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:53:54,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:53:54,446 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:54,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:53:54,449 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:53:54,450 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/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:54,476 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 20:53:54,476 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT. WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT (last written to /dev/sde). WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:53:54,477 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:53:54,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:53:54,482 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 20:53:54,485 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:53:54,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:54,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:53:54,492 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:54,492 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:54,495 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/lvm-pv-uuid-1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT ' '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc', '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': '1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT', 'ID_FS_UUID_ENC': '1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:53:54,495 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 20:53:54,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:54,506 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:53:54,507 INFO blivet/MainThread: sde is a disk 2024-03-01 20:53:54,507 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:53:54,507 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:53:54,510 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:53:54,514 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:53:54,514 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 20:53:54,517 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 20:53:54,518 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:53:54,518 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 20:53:54,518 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f85ba7f0) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:53:54,522 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:53:54,525 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:54,525 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 20:53:54,529 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:54,529 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 20:53:54,532 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,532 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 20:53:54,536 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,536 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:53:54,539 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:53:54,539 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:53:54,539 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 20:53:54,571 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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 20:53:54,571 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:53:54,571 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:53:54,572 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:53:54,576 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT ; label: None ; device: /dev/sde ; serial: 36001405e034a0435b594c8b834809ecc ; exists: True ; vg_name: test_vg2 ; vg_uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:54,576 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 20:53:54,580 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:53:54,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:54,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:53:54,590 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:53:54,593 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:54,596 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:53:54,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:54,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:54,603 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 20:53:54,630 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 20:53:54,631 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:53:54,631 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:53:54,631 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:53:54,631 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:54,636 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/lvm-pv-uuid-BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7', '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': 'BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7', 'ID_FS_UUID_ENC': 'BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:53:54,636 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 20:53:54,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:54,647 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:53:54,648 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:53:54,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 20:53:54,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 20:53:54,651 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:53:54,655 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:53:54,655 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 20:53:54,658 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 20:53:54,659 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:53:54,659 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 20:53:54,659 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f85bacc0) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:53:54,663 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:53:54,667 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:54,667 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 20:53:54,670 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:54,670 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 20:53:54,674 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,674 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 20:53:54,677 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,677 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 20:53:54,680 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:53:54,680 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:53:54,681 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:54,709 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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 20:53:54,710 INFO program/MainThread: stderr[24]: 2024-03-01 20:53:54,710 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:53:54,710 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:53:54,714 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 ; label: None ; device: /dev/sdf ; serial: 36001405a0c36957ba854aaca2b71c10e ; exists: True ; vg_name: test_vg2 ; vg_uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:53:54,715 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 20:53:54,718 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:53:54,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:54,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:54,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:53:54,731 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:53:54,735 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:53:54,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:53:54,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:53:54,741 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:54,769 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 20:53:54,769 INFO program/MainThread: stderr[25]: 2024-03-01 20:53:54,769 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:53:54,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:54,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:54,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:53:54,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:54,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:53:54,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:54,795 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:54,795 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:54,799 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 20:53:54,800 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:54,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:53:54,803 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:53:54,807 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:53:54,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:53:54,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:53:54,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:54,814 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:54,818 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 20:53:54,818 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:54,818 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:53:54,818 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 20:53:54,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:53:54,822 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:53:54,825 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 20:53:54,825 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:53:54,829 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/cc9961e1-0adc-4e6f-82de-5fed1ace8991 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7qJ2KVu1khdqMw1tt6q4lAvrNNokc81At', '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-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7qJ2KVu1khdqMw1tt6q4lAvrNNokc81At', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc9961e1-0adc-4e6f-82de-5fed1ace8991', 'ID_FS_UUID_ENC': 'cc9961e1-0adc-4e6f-82de-5fed1ace8991', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '934633326'} ; 2024-03-01 20:53:54,829 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:54,830 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:54,833 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:53:54,834 INFO program/MainThread: stderr[26]: 2024-03-01 20:53:54,834 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:53:54,834 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:54,837 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:53:54,837 INFO program/MainThread: stderr[27]: 2024-03-01 20:53:54,837 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:53:54,837 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:54,840 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:53:54,840 INFO program/MainThread: stderr[28]: 2024-03-01 20:53:54,841 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:53:54,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 20:53:54,851 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:54,852 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:54,852 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:54,853 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:53:54,849 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85c2f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7f95f85ba518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:53:54,853 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:54,856 INFO program/MainThread: stdout[29]: LVM 2024-03-01 20:53:54,857 INFO program/MainThread: stderr[29]: 2024-03-01 20:53:54,857 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:53:54,861 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:54,865 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:54,865 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 20:53:54,869 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:54,869 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 20:53:54,873 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 20:53:54,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 20:53:54,877 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:53:54,880 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:54,880 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 20:53:54,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:53:54,884 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:54,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:54,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:54,906 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:53:54,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:53:54,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:53:54,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:54,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:54,917 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:54,921 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 20:53:54,922 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:54,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 20:53:54,925 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:53:54,929 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:53:54,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:53:54,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:53:54,936 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:54,936 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:54,940 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 20:53:54,940 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:54,941 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:53:54,941 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 20:53:54,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:53:54,944 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:53:54,948 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 20:53:54,948 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:53:54,952 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/0da33342-b633-46ca-b305-1a1a1039b692 ' '/dev/disk/by-id/dm-uuid-LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7Zip1O0746nZI2rJZq0djzbLUeVoXizlx ' '/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-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7Zip1O0746nZI2rJZq0djzbLUeVoXizlx', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0da33342-b633-46ca-b305-1a1a1039b692', 'ID_FS_UUID_ENC': '0da33342-b633-46ca-b305-1a1a1039b692', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '934328651'} ; 2024-03-01 20:53:54,952 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:54,952 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:54,956 INFO program/MainThread: stdout[30]: LVM 2024-03-01 20:53:54,956 INFO program/MainThread: stderr[30]: 2024-03-01 20:53:54,956 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:53:54,956 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:54,959 INFO program/MainThread: stdout[31]: LVM 2024-03-01 20:53:54,960 INFO program/MainThread: stderr[31]: 2024-03-01 20:53:54,960 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:53:54,960 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:54,963 INFO program/MainThread: stdout[32]: LVM 2024-03-01 20:53:54,963 INFO program/MainThread: stderr[32]: 2024-03-01 20:53:54,963 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:53:54,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:54,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 20:53:54,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:54,975 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:54,975 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:54,976 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:54,972 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9606e38ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7f95f85ba518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:53:54,977 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:54,980 INFO program/MainThread: stdout[33]: LVM 2024-03-01 20:53:54,980 INFO program/MainThread: stderr[33]: 2024-03-01 20:53:54,980 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:53:54,984 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:54,988 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:54,988 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 20:53:54,992 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:54,992 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 20:53:54,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:54,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 20:53:55,000 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,000 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:53:55,000 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:53:55,003 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:55,003 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 20:53:55,007 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:53:55,007 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:55,007 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:55,011 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/lvm-pv-uuid-gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580', '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': 'gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP', 'ID_FS_UUID_ENC': 'gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:53:55,011 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 20:53:55,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,022 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:53:55,023 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:53:55,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:53:55,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 20:53:55,026 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:53:55,029 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:53:55,030 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 20:53:55,033 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 20:53:55,033 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:53:55,034 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 20:53:55,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f85a3710) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:53:55,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:53:55,041 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:55,041 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 20:53:55,044 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:55,044 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 20:53:55,048 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,048 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 20:53:55,051 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,051 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 20:53:55,054 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:53:55,054 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:53:55,055 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,082 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:53:55,082 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44. WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:53:55,082 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:53:55,083 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:53:55,087 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP ; label: None ; device: /dev/sdg ; serial: 360014055d628f7d16d04e5793a55b580 ; exists: True ; vg_name: test_vg3 ; vg_uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 20:53:55,087 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 20:53:55,091 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:53:55,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:53:55,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:55,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,104 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,133 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 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=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:53:55,133 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44. WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:53:55,133 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:53:55,134 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:53:55,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:53:55,139 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:53:55,143 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:55,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 20:53:55,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:53:55,147 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,176 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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=fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 20:53:55,176 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44. WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:53:55,176 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:53:55,181 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:53:55,182 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 20:53:55,185 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:53:55,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:53:55,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:53:55,192 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:55,192 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:55,195 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/lvm-pv-uuid-Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44', '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': 'Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44', 'ID_FS_UUID_ENC': 'Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:53:55,196 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 20:53:55,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,207 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:53:55,208 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:53:55,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:53:55,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:53:55,211 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:53:55,215 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:53:55,215 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 20:53:55,218 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 20:53:55,218 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:53:55,219 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 20:53:55,219 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f8599978) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:53:55,222 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:53:55,226 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:55,226 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 20:53:55,229 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:55,229 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 20:53:55,233 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,233 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 20:53:55,236 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,236 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:53:55,239 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:53:55,240 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:53:55,240 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,269 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:53:55,270 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:53:55,270 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:53:55,270 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:53:55,274 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 ; label: None ; device: /dev/sdh ; serial: 36001405564719a1de9246a180fa4085a ; exists: True ; vg_name: test_vg3 ; vg_uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; pe_start: 8 MiB ; 2024-03-01 20:53:55,275 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 20:53:55,278 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:53:55,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:53:55,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:53:55,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:53:55,292 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:55,295 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:53:55,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:53:55,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:55,301 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,331 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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=fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 20:53:55,332 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:53:55,332 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:53:55,332 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:55,332 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:55,337 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63', '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': 'ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy', 'ID_FS_UUID_ENC': 'ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:53:55,337 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 20:53:55,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,349 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:53:55,349 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:53:55,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 20:53:55,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:53:55,353 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:53:55,356 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:53:55,357 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 20:53:55,360 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 20:53:55,360 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:53:55,361 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 20:53:55,361 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f85baf98) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:53:55,365 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:53:55,368 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:55,368 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 20:53:55,372 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:55,372 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 20:53:55,375 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,375 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 20:53:55,379 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,379 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 20:53:55,382 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:53:55,382 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:53:55,382 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,410 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:53:55,410 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:53:55,410 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:53:55,411 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:53:55,415 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy ; label: None ; device: /dev/sdi ; serial: 36001405b737a4c0e11f476d94c141e63 ; exists: True ; vg_name: test_vg3 ; vg_uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; pe_start: 8 MiB ; 2024-03-01 20:53:55,415 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:53:55,418 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:53:55,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:53:55,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:55,428 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:53:55,432 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:55,435 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:53:55,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:53:55,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:55,442 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,471 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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=fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 20:53:55,471 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:53:55,471 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:53:55,472 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:53:55,472 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:55,476 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/lvm-pv-uuid-C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02', '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': 'C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo', 'ID_FS_UUID_ENC': 'C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:53:55,476 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 20:53:55,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,488 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:53:55,489 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:53:55,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:53:55,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 20:53:55,492 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:53:55,496 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:53:55,496 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 20:53:55,499 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 20:53:55,500 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:53:55,500 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 20:53:55,500 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f85cb550) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:53:55,504 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:53:55,507 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:55,508 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 20:53:55,511 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:55,511 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 20:53:55,515 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,515 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 20:53:55,518 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,518 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 20:53:55,521 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:53:55,521 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:53:55,521 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,551 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:53:55,551 INFO program/MainThread: stderr[41]: 2024-03-01 20:53:55,551 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:53:55,552 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:53:55,556 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo ; label: None ; device: /dev/sdj ; serial: 36001405188bead0832c4b19b6c239e02 ; exists: True ; vg_name: test_vg3 ; vg_uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 20:53:55,556 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 20:53:55,560 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:53:55,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:53:55,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:55,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:53:55,573 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:53:55,576 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:53:55,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:53:55,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:53:55,583 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:53:55,612 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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=fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 20:53:55,612 INFO program/MainThread: stderr[42]: 2024-03-01 20:53:55,613 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:53:55,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:55,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 20:53:55,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:55,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:53:55,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:55,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:55,639 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:55,643 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 20:53:55,643 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:55,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 20:53:55,647 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:53:55,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:53:55,651 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 20:53:55,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:53:55,658 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:55,659 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:55,662 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 20:53:55,662 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:55,663 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:53:55,663 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 20:53:55,666 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:53:55,666 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:53:55,670 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 20:53:55,670 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:53:55,674 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboehDXv3u0a5AIVG42QAr55hbQ5NR3dYY7 ' '/dev/disk/by-uuid/e9e6544f-5828-4084-9bb9-e3e7e2817865 ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboehDXv3u0a5AIVG42QAr55hbQ5NR3dYY7', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e9e6544f-5828-4084-9bb9-e3e7e2817865', 'ID_FS_UUID_ENC': 'e9e6544f-5828-4084-9bb9-e3e7e2817865', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '933463402'} ; 2024-03-01 20:53:55,674 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:55,674 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:55,678 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:53:55,678 INFO program/MainThread: stderr[43]: 2024-03-01 20:53:55,678 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:53:55,678 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:55,681 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:53:55,682 INFO program/MainThread: stderr[44]: 2024-03-01 20:53:55,682 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:53:55,682 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:55,685 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:53:55,685 INFO program/MainThread: stderr[45]: 2024-03-01 20:53:55,685 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:53:55,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 20:53:55,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:55,697 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:53:55,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:55,698 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:53:55,694 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85cba58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7f95f858c240) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:53:55,699 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:55,702 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:53:55,702 INFO program/MainThread: stderr[46]: 2024-03-01 20:53:55,702 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:53:55,706 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:55,710 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:55,710 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 20:53:55,714 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:55,715 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 20:53:55,718 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,718 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 20:53:55,722 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,722 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 20:53:55,722 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:53:55,726 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:55,726 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 20:53:55,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:53:55,729 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:55,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:55,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 20:53:55,747 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:53:55,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:53:55,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:55,754 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:55,754 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:55,758 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 20:53:55,758 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:55,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 20:53:55,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:53:55,765 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:53:55,766 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:53:55,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:53:55,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:55,773 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:55,776 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 20:53:55,777 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:55,777 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:53:55,777 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 20:53:55,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:53:55,781 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:53:55,784 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 20:53:55,785 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:53:55,788 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboPsBnTajK0OKNlKk8dkunvmInUjvhu53w ' '/dev/disk/by-uuid/b9e8fdc8-eec7-478c-90c4-28eb4bdc435b ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboPsBnTajK0OKNlKk8dkunvmInUjvhu53w', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b9e8fdc8-eec7-478c-90c4-28eb4bdc435b', 'ID_FS_UUID_ENC': 'b9e8fdc8-eec7-478c-90c4-28eb4bdc435b', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '933131443'} ; 2024-03-01 20:53:55,788 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:55,789 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:55,792 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:53:55,793 INFO program/MainThread: stderr[47]: 2024-03-01 20:53:55,793 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:53:55,793 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:55,796 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:53:55,796 INFO program/MainThread: stderr[48]: 2024-03-01 20:53:55,796 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:53:55,796 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:55,799 INFO program/MainThread: stdout[49]: LVM 2024-03-01 20:53:55,799 INFO program/MainThread: stderr[49]: 2024-03-01 20:53:55,799 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:53:55,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 20:53:55,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:55,812 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:53:55,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:55,813 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:53:55,808 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85bc588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7f95f858c240) -- name = test_vg3 status = True 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:53:55,814 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:55,817 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:53:55,817 INFO program/MainThread: stderr[50]: 2024-03-01 20:53:55,817 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:53:55,822 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:55,825 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:55,825 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 20:53:55,829 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:55,829 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 20:53:55,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,833 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 20:53:55,836 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,837 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 20:53:55,837 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:53:55,840 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:55,841 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 20:53:55,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:53:55,844 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:55,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:55,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:53:55,861 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:53:55,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 20:53:55,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:55,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:55,869 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:55,873 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 20:53:55,873 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:55,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 20:53:55,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:53:55,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:53:55,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 20:53:55,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:53:55,888 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:55,888 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:55,892 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 20:53:55,892 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:55,892 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:53:55,892 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 20:53:55,896 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:53:55,896 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:53:55,899 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 20:53:55,900 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:53:55,903 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzborMGolGeJj9J5TVCuDLuZhTdQ4HGTMS3n ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/07123e00-43be-4302-8dc0-4e85689e690b ' '/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-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzborMGolGeJj9J5TVCuDLuZhTdQ4HGTMS3n', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '07123e00-43be-4302-8dc0-4e85689e690b', 'ID_FS_UUID_ENC': '07123e00-43be-4302-8dc0-4e85689e690b', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '932801233'} ; 2024-03-01 20:53:55,903 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:55,904 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:55,907 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:53:55,907 INFO program/MainThread: stderr[51]: 2024-03-01 20:53:55,908 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:53:55,908 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:55,911 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:53:55,911 INFO program/MainThread: stderr[52]: 2024-03-01 20:53:55,911 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:53:55,911 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:55,914 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:53:55,914 INFO program/MainThread: stderr[53]: 2024-03-01 20:53:55,914 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:53:55,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 20:53:55,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:55,927 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:53:55,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:55,929 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:53:55,923 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f8f23710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7f95f858c240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:53:55,929 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:55,933 INFO program/MainThread: stdout[54]: LVM 2024-03-01 20:53:55,933 INFO program/MainThread: stderr[54]: 2024-03-01 20:53:55,933 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:53:55,937 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:55,941 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:55,941 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 20:53:55,945 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:55,945 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 20:53:55,949 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,949 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 20:53:55,952 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:55,952 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 20:53:55,953 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:53:55,956 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:55,956 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 20:53:55,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:53:55,960 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:55,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:55,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv ; incomplete: False ; hidden: False ; 2024-03-01 20:53:55,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:53:55,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 20:53:55,977 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:53:55,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 20:53:55,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:55,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:55,985 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:55,988 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 20:53:55,989 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:55,989 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 20:53:55,992 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:53:55,996 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:53:55,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:53:56,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:53:56,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:56,003 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:56,007 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 20:53:56,008 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:56,008 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:53:56,008 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 20:53:56,011 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:53:56,011 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:53:56,015 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 20:53:56,015 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:53:56,019 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/09bfb203-ab52-4e06-8947-0dbe32911272 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzbofiP9puL2TEFfYigz5e0Kr65W8e3mB2xv ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzbofiP9puL2TEFfYigz5e0Kr65W8e3mB2xv', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09bfb203-ab52-4e06-8947-0dbe32911272', 'ID_FS_UUID_ENC': '09bfb203-ab52-4e06-8947-0dbe32911272', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '932481379'} ; 2024-03-01 20:53:56,019 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:56,019 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:56,023 INFO program/MainThread: stdout[55]: LVM 2024-03-01 20:53:56,023 INFO program/MainThread: stderr[55]: 2024-03-01 20:53:56,023 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:53:56,023 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:56,026 INFO program/MainThread: stdout[56]: LVM 2024-03-01 20:53:56,026 INFO program/MainThread: stderr[56]: 2024-03-01 20:53:56,026 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:53:56,026 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:56,029 INFO program/MainThread: stdout[57]: LVM 2024-03-01 20:53:56,030 INFO program/MainThread: stderr[57]: 2024-03-01 20:53:56,030 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:53:56,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:56,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 20:53:56,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:56,043 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:56,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:56,045 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:56,039 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85557f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7f95f858c240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:53:56,045 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:56,049 INFO program/MainThread: stdout[58]: LVM 2024-03-01 20:53:56,049 INFO program/MainThread: stderr[58]: 2024-03-01 20:53:56,049 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:53:56,054 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:56,057 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:56,057 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 20:53:56,061 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:56,061 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 20:53:56,065 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:56,065 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 20:53:56,069 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:56,069 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:53:56,069 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:53:56,073 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:56,073 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 20:53:56,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:53:56,076 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:56,077 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:53:56,080 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': '26086320'} ; 2024-03-01 20:53:56,080 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:53:56,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:56,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:56,092 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:53:56,092 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:53:56,092 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:53:56,092 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:53:56,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:53:56,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 20:53:56,096 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:53:56,099 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:53:56,099 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:53:56,102 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:53:56,103 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:53:56,103 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 20:53:56,103 INFO blivet/MainThread: got device: DiskDevice instance (0x7f95f8561048) -- 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 20:53:56,107 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:53:56,110 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:56,110 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 20:53:56,114 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:56,114 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 20:53:56,117 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:56,117 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 20:53:56,121 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:56,121 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 20:53:56,124 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:53:56,127 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:53:56,131 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:53:56,138 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 0x7f95f85aaf08> 2024-03-01 20:53:59,240 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 20:53:59,244 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:53:59,244 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:53:59,248 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': '26089822'} ; 2024-03-01 20:53:59,248 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:53:59,248 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:53:59,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:59,260 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:53:59,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:59,267 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:59,277 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:59,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 20:53:59,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 20:53:59,304 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:53:59,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 20:53:59,307 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:53:59,310 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:53:59,311 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:53:59,314 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:59,314 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:59,315 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:53:59,318 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:53:59,321 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:53:59,324 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:53:59,327 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:53:59,331 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:53:59,331 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:53:59,331 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 20:53:59,332 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:53:59,331 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f95f8574fd0) -- 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 0x7f95f85799e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:53:59,336 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:53:59,340 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:53:59,340 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 20:53:59,343 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:53:59,343 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 20:53:59,347 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:59,347 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 20:53:59,350 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:53:59,350 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 20:53:59,350 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:53:59,354 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:53:59,354 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 20:53:59,357 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:53:59,357 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:53:59,360 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzbofiP9puL2TEFfYigz5e0Kr65W8e3mB2xv ' '/dev/disk/by-uuid/09bfb203-ab52-4e06-8947-0dbe32911272', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzbofiP9puL2TEFfYigz5e0Kr65W8e3mB2xv', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09bfb203-ab52-4e06-8947-0dbe32911272', 'ID_FS_UUID_ENC': '09bfb203-ab52-4e06-8947-0dbe32911272', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '932481379'} ; 2024-03-01 20:53:59,360 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:53:59,361 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:59,364 INFO program/MainThread: stdout[59]: LVM 2024-03-01 20:53:59,365 INFO program/MainThread: stderr[59]: 2024-03-01 20:53:59,365 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:53:59,365 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:59,368 INFO program/MainThread: stdout[60]: LVM 2024-03-01 20:53:59,368 INFO program/MainThread: stderr[60]: 2024-03-01 20:53:59,368 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:53:59,368 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:59,371 INFO program/MainThread: stdout[61]: LVM 2024-03-01 20:53:59,371 INFO program/MainThread: stderr[61]: 2024-03-01 20:53:59,372 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:53:59,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:53:59,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:59,384 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:59,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:59,386 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:59,380 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85557f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7f95f858c240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:53:59,387 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:53:59,390 INFO program/MainThread: stdout[62]: LVM 2024-03-01 20:53:59,390 INFO program/MainThread: stderr[62]: 2024-03-01 20:53:59,390 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:53:59,394 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:53:59,394 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:53:59,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzborMGolGeJj9J5TVCuDLuZhTdQ4HGTMS3n ' '/dev/disk/by-uuid/07123e00-43be-4302-8dc0-4e85689e690b ' '/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-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzborMGolGeJj9J5TVCuDLuZhTdQ4HGTMS3n', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '07123e00-43be-4302-8dc0-4e85689e690b', 'ID_FS_UUID_ENC': '07123e00-43be-4302-8dc0-4e85689e690b', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '932801233'} ; 2024-03-01 20:53:59,398 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:53:59,398 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:59,401 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:53:59,402 INFO program/MainThread: stderr[63]: 2024-03-01 20:53:59,402 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:53:59,402 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:59,405 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:53:59,405 INFO program/MainThread: stderr[64]: 2024-03-01 20:53:59,405 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:53:59,405 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:59,408 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:53:59,408 INFO program/MainThread: stderr[65]: 2024-03-01 20:53:59,409 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:53:59,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:53:59,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:59,421 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:59,422 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:59,423 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:59,417 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f8f23710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7f95f858c240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:53:59,424 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:53:59,427 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:53:59,427 INFO program/MainThread: stderr[66]: 2024-03-01 20:53:59,427 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:53:59,431 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:53:59,431 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:53:59,434 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboPsBnTajK0OKNlKk8dkunvmInUjvhu53w ' '/dev/disk/by-uuid/b9e8fdc8-eec7-478c-90c4-28eb4bdc435b ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboPsBnTajK0OKNlKk8dkunvmInUjvhu53w', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b9e8fdc8-eec7-478c-90c4-28eb4bdc435b', 'ID_FS_UUID_ENC': 'b9e8fdc8-eec7-478c-90c4-28eb4bdc435b', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '933131443'} ; 2024-03-01 20:53:59,434 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:53:59,435 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:59,438 INFO program/MainThread: stdout[67]: LVM 2024-03-01 20:53:59,438 INFO program/MainThread: stderr[67]: 2024-03-01 20:53:59,438 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:53:59,438 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:59,441 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:53:59,441 INFO program/MainThread: stderr[68]: 2024-03-01 20:53:59,441 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:53:59,441 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:59,444 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:53:59,445 INFO program/MainThread: stderr[69]: 2024-03-01 20:53:59,445 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:53:59,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:53:59,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:59,457 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:59,458 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:59,459 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:59,453 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85bc588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7f95f858c240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:53:59,460 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:53:59,463 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:53:59,463 INFO program/MainThread: stderr[70]: 2024-03-01 20:53:59,463 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:53:59,467 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:53:59,467 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:53:59,471 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/e9e6544f-5828-4084-9bb9-e3e7e2817865 ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboehDXv3u0a5AIVG42QAr55hbQ5NR3dYY7', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboehDXv3u0a5AIVG42QAr55hbQ5NR3dYY7', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e9e6544f-5828-4084-9bb9-e3e7e2817865', 'ID_FS_UUID_ENC': 'e9e6544f-5828-4084-9bb9-e3e7e2817865', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '933463402'} ; 2024-03-01 20:53:59,471 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:53:59,471 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:59,474 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:53:59,474 INFO program/MainThread: stderr[71]: 2024-03-01 20:53:59,475 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:53:59,475 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:59,478 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:53:59,478 INFO program/MainThread: stderr[72]: 2024-03-01 20:53:59,478 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:53:59,478 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:59,481 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:53:59,481 INFO program/MainThread: stderr[73]: 2024-03-01 20:53:59,481 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:53:59,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,489 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 20:53:59,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:59,494 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:59,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:53:59,496 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:53:59,490 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85cba58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7f95f858c240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:53:59,496 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:53:59,500 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:53:59,500 INFO program/MainThread: stderr[74]: 2024-03-01 20:53:59,500 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:53:59,504 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:53:59,504 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:53:59,507 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/0da33342-b633-46ca-b305-1a1a1039b692 ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7Zip1O0746nZI2rJZq0djzbLUeVoXizlx', '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-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7Zip1O0746nZI2rJZq0djzbLUeVoXizlx', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0da33342-b633-46ca-b305-1a1a1039b692', 'ID_FS_UUID_ENC': '0da33342-b633-46ca-b305-1a1a1039b692', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '934328651'} ; 2024-03-01 20:53:59,507 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:53:59,508 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:59,511 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:53:59,511 INFO program/MainThread: stderr[75]: 2024-03-01 20:53:59,511 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:53:59,511 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:59,514 INFO program/MainThread: stdout[76]: LVM 2024-03-01 20:53:59,514 INFO program/MainThread: stderr[76]: 2024-03-01 20:53:59,514 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:53:59,515 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:59,518 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:53:59,518 INFO program/MainThread: stderr[77]: 2024-03-01 20:53:59,518 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:53:59,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:53:59,528 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:59,529 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:59,530 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:59,530 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:59,526 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9606e38ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7f95f85ba518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:53:59,531 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:53:59,534 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:53:59,534 INFO program/MainThread: stderr[78]: 2024-03-01 20:53:59,534 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:53:59,538 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:53:59,538 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:53:59,542 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7qJ2KVu1khdqMw1tt6q4lAvrNNokc81At ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/cc9961e1-0adc-4e6f-82de-5fed1ace8991', '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-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7qJ2KVu1khdqMw1tt6q4lAvrNNokc81At', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc9961e1-0adc-4e6f-82de-5fed1ace8991', 'ID_FS_UUID_ENC': 'cc9961e1-0adc-4e6f-82de-5fed1ace8991', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '934633326'} ; 2024-03-01 20:53:59,542 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:53:59,542 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:59,545 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:53:59,545 INFO program/MainThread: stderr[79]: 2024-03-01 20:53:59,545 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:53:59,545 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:59,548 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:53:59,549 INFO program/MainThread: stderr[80]: 2024-03-01 20:53:59,549 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:53:59,549 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:59,552 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:53:59,552 INFO program/MainThread: stderr[81]: 2024-03-01 20:53:59,552 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:53:59,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:53:59,563 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:59,564 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:59,564 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:53:59,565 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:53:59,560 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85c2f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7f95f85ba518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:53:59,565 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:53:59,568 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:53:59,569 INFO program/MainThread: stderr[82]: 2024-03-01 20:53:59,569 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:53:59,573 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:53:59,573 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:53:59,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOBiGACOSfTW4KI0FZSlCrMrcoYMtiWFAS ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', '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-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOBiGACOSfTW4KI0FZSlCrMrcoYMtiWFAS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', 'ID_FS_UUID_ENC': '3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935463658'} ; 2024-03-01 20:53:59,576 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:53:59,576 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:59,579 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:53:59,580 INFO program/MainThread: stderr[83]: 2024-03-01 20:53:59,580 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:53:59,580 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:59,583 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:53:59,583 INFO program/MainThread: stderr[84]: 2024-03-01 20:53:59,583 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:53:59,583 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:59,586 INFO program/MainThread: stdout[85]: LVM 2024-03-01 20:53:59,586 INFO program/MainThread: stderr[85]: 2024-03-01 20:53:59,587 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:53:59,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,594 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 20:53:59,597 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:59,598 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:59,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:59,599 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:59,595 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85a3dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7f95f861aac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:53:59,600 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:53:59,604 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:53:59,604 INFO program/MainThread: stderr[86]: 2024-03-01 20:53:59,604 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:53:59,608 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:53:59,608 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:53:59,611 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOso5QegH3RO5OYhaNcfG1MYuipB3zOA0L ' '/dev/disk/by-uuid/b52980ff-0e44-4875-88ad-fafdd77779c1', '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-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOso5QegH3RO5OYhaNcfG1MYuipB3zOA0L', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b52980ff-0e44-4875-88ad-fafdd77779c1', 'ID_FS_UUID_ENC': 'b52980ff-0e44-4875-88ad-fafdd77779c1', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935776642'} ; 2024-03-01 20:53:59,611 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:53:59,612 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:59,615 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:53:59,615 INFO program/MainThread: stderr[87]: 2024-03-01 20:53:59,615 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:53:59,615 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:59,618 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:53:59,619 INFO program/MainThread: stderr[88]: 2024-03-01 20:53:59,619 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:53:59,619 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:59,622 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:53:59,622 INFO program/MainThread: stderr[89]: 2024-03-01 20:53:59,622 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:53:59,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:53:59,633 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:59,633 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:59,634 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:53:59,634 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:53:59,630 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f95f85a3f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7f95f861aac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:53:59,635 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:53:59,638 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:53:59,638 INFO program/MainThread: stderr[90]: 2024-03-01 20:53:59,638 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:53:59,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:53:59,643 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:53:59,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:53:59,655 DEBUG program/MainThread: Return code: 0 2024-03-01 20:53:59,671 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:53:59,672 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:53:59,676 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 20:53:59,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:59,682 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 20:53:59,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:59,686 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:53:59,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:59,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:59,699 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:53:59,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:59,708 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 20:53:59,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:59,711 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:53:59,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:59,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:59,724 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:53:59,727 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 20:53:59,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:59,733 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 20:53:59,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:59,737 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 20:53:59,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:53:59,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 20:53:59,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:53:59,749 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:54:04,324 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2_3oidzy/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:04,360 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:04,360 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:54:04,363 INFO program/MainThread: stdout[2]: 2024-03-01 20:54:04,364 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 20:54:04,364 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:54:04,364 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:54:04,368 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:04,368 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:54:04,372 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:04,372 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:54:04,375 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:04,375 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:54:04,378 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:04,378 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:54:04,389 INFO program/MainThread: stdout: 2024-03-01 20:54:04,389 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:54:04,389 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq 2024-03-01 20:54:04,389 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e 2024-03-01 20:54:04,389 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX 2024-03-01 20:54:04,389 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e 2024-03-01 20:54:04,389 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs b52980ff-0e44-4875-88ad-fafdd77779c1 2024-03-01 20:54:04,389 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF 2024-03-01 20:54:04,389 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 2024-03-01 20:54:04,389 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 0da33342-b633-46ca-b305-1a1a1039b692 2024-03-01 20:54:04,390 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cc9961e1-0adc-4e6f-82de-5fed1ace8991 2024-03-01 20:54:04,390 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT 2024-03-01 20:54:04,390 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 2024-03-01 20:54:04,390 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP 2024-03-01 20:54:04,390 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 09bfb203-ab52-4e06-8947-0dbe32911272 2024-03-01 20:54:04,390 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 07123e00-43be-4302-8dc0-4e85689e690b 2024-03-01 20:54:04,390 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs b9e8fdc8-eec7-478c-90c4-28eb4bdc435b 2024-03-01 20:54:04,390 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 2024-03-01 20:54:04,390 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs b9e8fdc8-eec7-478c-90c4-28eb4bdc435b 2024-03-01 20:54:04,390 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy 2024-03-01 20:54:04,390 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e9e6544f-5828-4084-9bb9-e3e7e2817865 2024-03-01 20:54:04,390 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo 2024-03-01 20:54:04,390 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e9e6544f-5828-4084-9bb9-e3e7e2817865 2024-03-01 20:54:04,390 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,390 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:54:04,390 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:54:04,390 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:04,390 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:04,390 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e sdb 1073741824 root disk brw-rw---- LVM2_member m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e `-test_vg1-lv1 482344960 root disk brw-rw---- xfs b52980ff-0e44-4875-88ad-fafdd77779c1 sdc 1073741824 root disk brw-rw---- LVM2_member qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF sdd 1073741824 root disk brw-rw---- LVM2_member ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 0da33342-b633-46ca-b305-1a1a1039b692 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cc9961e1-0adc-4e6f-82de-5fed1ace8991 sde 1073741824 root disk brw-rw---- LVM2_member 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT sdf 1073741824 root disk brw-rw---- LVM2_member BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 sdg 1073741824 root disk brw-rw---- LVM2_member gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 09bfb203-ab52-4e06-8947-0dbe32911272 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 07123e00-43be-4302-8dc0-4e85689e690b `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs b9e8fdc8-eec7-478c-90c4-28eb4bdc435b sdh 1073741824 root disk brw-rw---- LVM2_member Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs b9e8fdc8-eec7-478c-90c4-28eb4bdc435b sdi 1073741824 root disk brw-rw---- LVM2_member ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e9e6544f-5828-4084-9bb9-e3e7e2817865 sdj 1073741824 root disk brw-rw---- LVM2_member C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs e9e6544f-5828-4084-9bb9-e3e7e2817865 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 20:54:04,390 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:04,391 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:04,391 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:54:04,391 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:04,391 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:54:04,391 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:54:04,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:04,403 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:04,418 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 20:54:04,422 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/lvm-pv-uuid-f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', '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': 'f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq', 'ID_FS_UUID_ENC': 'f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:54:04,422 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 20:54:04,423 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 20:54:04,455 INFO program/MainThread: stdout[3]: 2024-03-01 20:54:04,455 INFO program/MainThread: stderr[3]: 2024-03-01 20:54:04,455 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:54:04,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,468 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:54:04,472 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:54:04,473 INFO blivet/MainThread: sda is a disk 2024-03-01 20:54:04,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:54:04,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:54:04,477 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:04,480 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:04,481 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 20:54:04,484 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 20:54:04,484 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,485 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:54:04,485 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5387f9cc0) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:54:04,488 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:54:04,492 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:04,492 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:54:04,496 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:04,496 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:54:04,499 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:04,499 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:54:04,503 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:04,503 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:54:04,506 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:54:04,506 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:54:04,506 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 20:54:04,537 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=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 20:54:04,538 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX. WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (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 20:54:04,538 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:54:04,538 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:54:04,543 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq ; label: None ; device: /dev/sda ; serial: 3600140522dd6968d39f4a1c8a83b6d5d ; exists: True ; vg_name: test_vg1 ; vg_uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; pe_start: 8 MiB ; 2024-03-01 20:54:04,543 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:54:04,546 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:54:04,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:54:04,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:04,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,559 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 20:54:04,589 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=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 20:54:04,590 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX. WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (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 20:54:04,590 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:54:04,590 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:54:04,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:54:04,597 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:54:04,601 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:04,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:54:04,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:54:04,605 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 20:54:04,636 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 20:54:04,637 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX. WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (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 20:54:04,637 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:54:04,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:54:04,642 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:54:04,645 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:54:04,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:54:04,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:54:04,652 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:54:04,652 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:04,656 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/lvm-pv-uuid-m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX', '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': 'm2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX', 'ID_FS_UUID_ENC': 'm2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:54:04,656 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 20:54:04,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,666 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:54:04,667 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:54:04,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:54:04,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:54:04,670 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:04,673 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:04,673 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 20:54:04,677 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 20:54:04,677 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,677 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:54:04,678 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff537667358) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:54:04,681 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:54:04,685 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:04,685 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:54:04,688 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:04,688 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:54:04,691 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:04,692 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:54:04,695 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:04,695 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:54:04,698 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:54:04,698 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:54:04,698 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 20:54:04,725 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=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 20:54:04,725 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (last written to /dev/sdc). 2024-03-01 20:54:04,725 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:54:04,726 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:54:04,730 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX ; label: None ; device: /dev/sdb ; serial: 3600140566bb043ff76a42e79095662e6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 20:54:04,730 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:54:04,733 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:54:04,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:54:04,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:54:04,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:54:04,746 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:04,750 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:54:04,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:54:04,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:04,756 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 20:54:04,787 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 20:54:04,787 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF. WARNING: VG test_vg1 is missing PV qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF (last written to /dev/sdc). 2024-03-01 20:54:04,787 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:54:04,788 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:54:04,788 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:04,792 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:54:04,793 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 20:54:04,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,803 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:54:04,803 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:54:04,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:54:04,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:54:04,807 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:54:04,810 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:54:04,810 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 20:54:04,814 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 20:54:04,814 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,815 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:54:04,815 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff537667518) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:54:04,818 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:54:04,818 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:54:04,821 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:54:04,821 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 20:54:04,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,831 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:54:04,832 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:54:04,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:54:04,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:54:04,835 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:54:04,839 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:54:04,839 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 20:54:04,842 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 20:54:04,842 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,843 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:54:04,843 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff537674d30) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:54:04,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:54:04,846 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:54:04,850 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e', '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': 'qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF', 'ID_FS_UUID_ENC': 'qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:54:04,850 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 20:54:04,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,860 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:54:04,860 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:54:04,860 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:54:04,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:54:04,864 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:04,867 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:04,867 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 20:54:04,870 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 20:54:04,871 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:54:04,871 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:54:04,871 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff53767e320) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:54:04,875 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:54:04,878 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:04,878 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:54:04,882 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:04,882 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:54:04,885 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:04,885 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:54:04,889 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:04,889 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:54:04,892 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:54:04,892 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:54:04,892 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 20:54:04,918 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=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 20:54:04,919 INFO program/MainThread: stderr[9]: 2024-03-01 20:54:04,919 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:54:04,919 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:54:04,923 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF ; label: None ; device: /dev/sdc ; serial: 360014057bf5dd7e61d145f1854bd495e ; exists: True ; vg_name: test_vg1 ; vg_uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:54:04,924 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:54:04,927 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:54:04,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:54:04,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:04,937 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:54:04,940 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:04,943 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:54:04,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO ; incomplete: True ; hidden: False ; 2024-03-01 20:54:04,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:04,950 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 20:54:04,976 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 20:54:04,976 INFO program/MainThread: stderr[10]: 2024-03-01 20:54:04,976 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:54:04,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:04,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L ; incomplete: False ; hidden: False ; 2024-03-01 20:54:04,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:04,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:54:04,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:04,995 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:54:04,998 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:54:05,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:05,002 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:54:05,006 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 20:54:05,006 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:54:05,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:54:05,011 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:54:05,014 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:05,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:54:05,018 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:54:05,021 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:05,022 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:54:05,025 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 20:54:05,025 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:54:05,026 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 20:54:05,026 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:54:05,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:05,029 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 20:54:05,033 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 20:54:05,033 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 20:54:05,037 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOso5QegH3RO5OYhaNcfG1MYuipB3zOA0L ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/b52980ff-0e44-4875-88ad-fafdd77779c1', '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-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOso5QegH3RO5OYhaNcfG1MYuipB3zOA0L', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b52980ff-0e44-4875-88ad-fafdd77779c1', 'ID_FS_UUID_ENC': 'b52980ff-0e44-4875-88ad-fafdd77779c1', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935776642'} ; 2024-03-01 20:54:05,037 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:54:05,037 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:05,041 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:54:05,041 INFO program/MainThread: stderr[11]: 2024-03-01 20:54:05,041 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:54:05,041 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:05,044 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:54:05,044 INFO program/MainThread: stderr[12]: 2024-03-01 20:54:05,044 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:54:05,044 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:05,047 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:54:05,048 INFO program/MainThread: stderr[13]: 2024-03-01 20:54:05,048 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:54:05,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:54:05,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:05,059 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:54:05,059 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:05,060 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 20:54:05,055 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 20:54:05,060 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:05,063 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:54:05,063 INFO program/MainThread: stderr[14]: 2024-03-01 20:54:05,063 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:54:05,067 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:54:05,071 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,072 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:54:05,075 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,075 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:54:05,079 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,079 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:54:05,082 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,082 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:54:05,084 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:54:05,084 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:54:05,088 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:05,088 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:54:05,092 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:54:05,092 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:05,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:05,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:54:05,109 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:54:05,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:54:05,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:54:05,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:54:05,116 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:54:05,120 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 20:54:05,120 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:05,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 20:54:05,124 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 20:54:05,128 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:54:05,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:54:05,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 20:54:05,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:54:05,135 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:54:05,138 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 20:54:05,139 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:05,139 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 20:54:05,139 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 20:54:05,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 20:54:05,143 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 20:54:05,146 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 20:54:05,146 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:05,150 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOBiGACOSfTW4KI0FZSlCrMrcoYMtiWFAS ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_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-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOBiGACOSfTW4KI0FZSlCrMrcoYMtiWFAS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', 'ID_FS_UUID_ENC': '3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935463658'} ; 2024-03-01 20:54:05,150 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:54:05,150 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:54:05,154 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:54:05,154 INFO program/MainThread: stderr[15]: 2024-03-01 20:54:05,154 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:54:05,154 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:54:05,157 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:54:05,158 INFO program/MainThread: stderr[16]: 2024-03-01 20:54:05,158 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:54:05,158 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:54:05,161 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:54:05,161 INFO program/MainThread: stderr[17]: 2024-03-01 20:54:05,161 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:54:05,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 20:54:05,171 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:05,172 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:05,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:05,173 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:05,169 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:05,174 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:54:05,177 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:54:05,177 INFO program/MainThread: stderr[18]: 2024-03-01 20:54:05,177 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:54:05,182 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:54:05,185 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,185 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 20:54:05,189 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,189 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 20:54:05,193 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,193 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 20:54:05,197 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,197 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:54:05,197 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 20:54:05,200 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:05,201 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 20:54:05,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 20:54:05,204 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:05,204 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:05,208 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/lvm-pv-uuid-ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5', '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': 'ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5', 'ID_FS_UUID_ENC': 'ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:54:05,208 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 20:54:05,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,219 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:54:05,219 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:54:05,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:54:05,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:54:05,222 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:54:05,226 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:54:05,226 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 20:54:05,229 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 20:54:05,229 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:54:05,230 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 20:54:05,230 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff537697048) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:54:05,233 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:54:05,237 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,237 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:54:05,240 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,240 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:54:05,244 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,244 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:54:05,247 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,247 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:54:05,250 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 20:54:05,250 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 20:54:05,250 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 20:54:05,278 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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 20:54:05,278 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT. WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT (last written to /dev/sde). WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:54:05,278 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:54:05,279 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 20:54:05,283 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 ; label: None ; device: /dev/sdd ; serial: 3600140501a4f4c4096a43a993349ed26 ; exists: True ; vg_name: test_vg2 ; vg_uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 20:54:05,283 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 20:54:05,287 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 20:54:05,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:54:05,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:05,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,299 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 20:54:05,326 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 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=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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 20:54:05,326 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT. WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT (last written to /dev/sde). WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:54:05,326 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:54:05,326 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:54:05,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 20:54:05,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 20:54:05,335 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:54:05,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 20:54:05,339 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 20:54:05,339 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 20:54:05,368 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 20:54:05,368 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT. WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT (last written to /dev/sde). WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:54:05,368 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:54:05,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 20:54:05,373 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 20:54:05,376 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 20:54:05,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:54:05,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:54:05,383 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:54:05,383 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:05,387 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/lvm-pv-uuid-1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701', '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': '1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT', 'ID_FS_UUID_ENC': '1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:54:05,387 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 20:54:05,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,398 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:54:05,398 INFO blivet/MainThread: sde is a disk 2024-03-01 20:54:05,398 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 20:54:05,398 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 20:54:05,402 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:54:05,405 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:54:05,405 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 20:54:05,409 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 20:54:05,409 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:54:05,409 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 20:54:05,409 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5376957f0) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:54:05,413 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:54:05,416 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,416 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 20:54:05,420 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,420 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 20:54:05,423 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,423 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 20:54:05,427 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,427 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 20:54:05,430 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 20:54:05,430 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 20:54:05,430 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/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:05,457 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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 20:54:05,457 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:54:05,457 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:54:05,458 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 20:54:05,462 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT ; label: None ; device: /dev/sde ; serial: 36001405e034a0435b594c8b834809ecc ; exists: True ; vg_name: test_vg2 ; vg_uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:54:05,462 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 20:54:05,465 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 20:54:05,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:54:05,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 20:54:05,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 20:54:05,479 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:54:05,482 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 20:54:05,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:54:05,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:05,488 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/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:05,518 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 20:54:05,518 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7. WARNING: VG test_vg2 is missing PV BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 (last written to /dev/sdf). 2024-03-01 20:54:05,519 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:54:05,519 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 20:54:05,519 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:05,524 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/lvm-pv-uuid-BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', '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': 'BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7', 'ID_FS_UUID_ENC': 'BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:54:05,524 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 20:54:05,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,535 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:54:05,535 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:54:05,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 20:54:05,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 20:54:05,539 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:54:05,542 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:54:05,542 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 20:54:05,546 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 20:54:05,546 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:54:05,546 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 20:54:05,547 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff537695cc0) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:54:05,550 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:54:05,554 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,554 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 20:54:05,557 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,557 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 20:54:05,561 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,561 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 20:54:05,564 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,564 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 20:54:05,567 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 20:54:05,567 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 20:54:05,567 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/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:05,595 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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 20:54:05,595 INFO program/MainThread: stderr[24]: 2024-03-01 20:54:05,595 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:54:05,596 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 20:54:05,600 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 ; label: None ; device: /dev/sdf ; serial: 36001405a0c36957ba854aaca2b71c10e ; exists: True ; vg_name: test_vg2 ; vg_uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:54:05,600 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 20:54:05,603 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 20:54:05,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:54:05,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:05,613 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 20:54:05,617 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 20:54:05,620 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 20:54:05,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 ; incomplete: True ; hidden: False ; 2024-03-01 20:54:05,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:05,626 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/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:05,654 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 20:54:05,654 INFO program/MainThread: stderr[25]: 2024-03-01 20:54:05,654 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:54:05,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:05,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:54:05,673 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:54:05,673 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:54:05,676 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:54:05,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:54:05,680 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:54:05,684 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 20:54:05,684 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:54:05,685 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 20:54:05,688 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 20:54:05,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 20:54:05,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 20:54:05,695 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 20:54:05,699 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:54:05,699 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:54:05,703 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 20:54:05,703 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:54:05,703 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 20:54:05,703 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 20:54:05,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 20:54:05,707 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 20:54:05,710 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 20:54:05,711 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 20:54:05,714 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/cc9961e1-0adc-4e6f-82de-5fed1ace8991 ' '/dev/disk/by-id/dm-uuid-LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7qJ2KVu1khdqMw1tt6q4lAvrNNokc81At ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7qJ2KVu1khdqMw1tt6q4lAvrNNokc81At', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc9961e1-0adc-4e6f-82de-5fed1ace8991', 'ID_FS_UUID_ENC': 'cc9961e1-0adc-4e6f-82de-5fed1ace8991', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '934633326'} ; 2024-03-01 20:54:05,714 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:54:05,715 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:54:05,718 INFO program/MainThread: stdout[26]: LVM 2024-03-01 20:54:05,719 INFO program/MainThread: stderr[26]: 2024-03-01 20:54:05,719 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:54:05,719 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:54:05,722 INFO program/MainThread: stdout[27]: LVM 2024-03-01 20:54:05,722 INFO program/MainThread: stderr[27]: 2024-03-01 20:54:05,722 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:54:05,722 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:54:05,725 INFO program/MainThread: stdout[28]: LVM 2024-03-01 20:54:05,725 INFO program/MainThread: stderr[28]: 2024-03-01 20:54:05,725 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 20:54:05,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 20:54:05,736 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:05,737 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:54:05,737 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:05,738 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 20:54:05,734 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:05,738 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:54:05,741 INFO program/MainThread: stdout[29]: LVM 2024-03-01 20:54:05,741 INFO program/MainThread: stderr[29]: 2024-03-01 20:54:05,741 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 20:54:05,745 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:54:05,750 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,750 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 20:54:05,754 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,754 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 20:54:05,757 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,757 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 20:54:05,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 20:54:05,761 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 20:54:05,765 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:05,765 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 20:54:05,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 20:54:05,768 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:05,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:05,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:54:05,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:54:05,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 20:54:05,797 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:54:05,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:54:05,801 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:54:05,805 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 20:54:05,805 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:54:05,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 20:54:05,809 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 20:54:05,812 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:54:05,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:54:05,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 20:54:05,819 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:54:05,820 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:54:05,823 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 20:54:05,824 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:54:05,824 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 20:54:05,824 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 20:54:05,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 20:54:05,827 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 20:54:05,831 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 20:54:05,831 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 20:54:05,835 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/0da33342-b633-46ca-b305-1a1a1039b692 ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7Zip1O0746nZI2rJZq0djzbLUeVoXizlx', '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-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7Zip1O0746nZI2rJZq0djzbLUeVoXizlx', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0da33342-b633-46ca-b305-1a1a1039b692', 'ID_FS_UUID_ENC': '0da33342-b633-46ca-b305-1a1a1039b692', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '934328651'} ; 2024-03-01 20:54:05,835 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:54:05,835 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:54:05,839 INFO program/MainThread: stdout[30]: LVM 2024-03-01 20:54:05,839 INFO program/MainThread: stderr[30]: 2024-03-01 20:54:05,839 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 20:54:05,839 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:54:05,842 INFO program/MainThread: stdout[31]: LVM 2024-03-01 20:54:05,843 INFO program/MainThread: stderr[31]: 2024-03-01 20:54:05,843 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 20:54:05,843 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:54:05,846 INFO program/MainThread: stdout[32]: LVM 2024-03-01 20:54:05,846 INFO program/MainThread: stderr[32]: 2024-03-01 20:54:05,846 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 20:54:05,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 20:54:05,857 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:05,858 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:05,858 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:05,859 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:05,854 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:05,859 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:54:05,862 INFO program/MainThread: stdout[33]: LVM 2024-03-01 20:54:05,862 INFO program/MainThread: stderr[33]: 2024-03-01 20:54:05,862 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 20:54:05,867 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:54:05,870 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,870 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 20:54:05,874 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,874 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 20:54:05,878 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,878 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 20:54:05,882 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,882 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 20:54:05,882 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 20:54:05,885 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:05,885 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 20:54:05,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 20:54:05,889 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:05,889 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:05,893 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/lvm-pv-uuid-gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580', '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': 'gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP', 'ID_FS_UUID_ENC': 'gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:54:05,893 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 20:54:05,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,904 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:54:05,904 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:54:05,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 20:54:05,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 20:54:05,908 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:54:05,911 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:54:05,911 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 20:54:05,915 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 20:54:05,915 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:54:05,915 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 20:54:05,915 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff53767e710) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:54:05,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:54:05,922 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:05,922 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 20:54:05,926 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:05,926 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 20:54:05,929 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,929 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 20:54:05,933 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:05,933 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 20:54:05,936 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 20:54:05,936 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 20:54:05,936 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:05,964 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:54:05,964 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44. WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:54:05,964 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 20:54:05,965 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 20:54:05,969 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP ; label: None ; device: /dev/sdg ; serial: 360014055d628f7d16d04e5793a55b580 ; exists: True ; vg_name: test_vg3 ; vg_uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 20:54:05,969 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 20:54:05,973 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 20:54:05,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:54:05,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:05,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:05,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:05,986 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:06,015 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 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=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:54:06,016 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44. WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:54:06,016 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 20:54:06,016 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:54:06,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 20:54:06,021 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 20:54:06,025 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:54:06,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 20:54:06,028 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 20:54:06,029 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:06,058 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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=fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 20:54:06,058 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44. WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:54:06,058 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 20:54:06,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 20:54:06,064 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 20:54:06,067 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 20:54:06,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:54:06,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:54:06,073 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:54:06,074 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:06,077 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/lvm-pv-uuid-Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 ' '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', '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': 'Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44', 'ID_FS_UUID_ENC': 'Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:54:06,077 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 20:54:06,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:06,089 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:54:06,089 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:54:06,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 20:54:06,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 20:54:06,093 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:54:06,096 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:54:06,096 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 20:54:06,100 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 20:54:06,100 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:54:06,100 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 20:54:06,100 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff537674198) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:54:06,104 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:54:06,107 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:06,107 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 20:54:06,111 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:06,111 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 20:54:06,114 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,114 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 20:54:06,118 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,118 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 20:54:06,121 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 20:54:06,121 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 20:54:06,121 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:06,150 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:54:06,151 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:54:06,151 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 20:54:06,151 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 20:54:06,155 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 ; label: None ; device: /dev/sdh ; serial: 36001405564719a1de9246a180fa4085a ; exists: True ; vg_name: test_vg3 ; vg_uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; pe_start: 8 MiB ; 2024-03-01 20:54:06,156 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 20:54:06,159 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 20:54:06,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:54:06,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 20:54:06,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 20:54:06,172 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:54:06,175 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 20:54:06,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:54:06,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:06,182 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:06,212 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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=fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 20:54:06,213 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy. WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:54:06,213 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 20:54:06,213 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:54:06,213 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:06,218 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/lvm-pv-uuid-ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy', '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': 'ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy', 'ID_FS_UUID_ENC': 'ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:54:06,218 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 20:54:06,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:06,229 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:54:06,230 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:54:06,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 20:54:06,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 20:54:06,233 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:54:06,237 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:54:06,237 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 20:54:06,240 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 20:54:06,241 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:54:06,241 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 20:54:06,241 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff537695f98) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:54:06,245 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:54:06,248 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:06,248 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 20:54:06,252 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:06,252 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 20:54:06,255 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,255 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 20:54:06,258 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,259 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 20:54:06,262 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 20:54:06,262 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 20:54:06,262 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:06,292 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:54:06,292 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:54:06,293 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 20:54:06,293 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 20:54:06,297 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy ; label: None ; device: /dev/sdi ; serial: 36001405b737a4c0e11f476d94c141e63 ; exists: True ; vg_name: test_vg3 ; vg_uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; pe_start: 8 MiB ; 2024-03-01 20:54:06,297 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 20:54:06,301 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 20:54:06,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:54:06,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:06,311 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 20:54:06,314 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:54:06,317 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 20:54:06,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:54:06,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:06,324 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:06,352 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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=fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 20:54:06,352 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo. WARNING: VG test_vg3 is missing PV C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo (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 20:54:06,352 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 20:54:06,353 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 20:54:06,353 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:06,358 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02', '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': 'C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo', 'ID_FS_UUID_ENC': 'C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:54:06,358 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 20:54:06,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:06,369 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:54:06,370 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:54:06,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 20:54:06,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 20:54:06,373 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:54:06,377 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:54:06,377 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 20:54:06,380 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 20:54:06,380 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:54:06,381 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 20:54:06,381 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5376a65c0) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:54:06,384 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:54:06,388 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:06,388 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 20:54:06,392 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:06,392 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 20:54:06,395 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,395 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 20:54:06,399 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,399 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 20:54:06,402 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 20:54:06,402 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 20:54:06,402 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:06,431 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=f0orB2-ikuK-gFDp-c5av-1DT7-ivLf-umA7Nq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=m2VAZh-e1Wz-Ky1Y-CHkk-qHmd-1LW4-Ko2wHX LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=qO9RRh-pvfc-3CrC-Gt9y-8Sxy-8eD3-SuMIGF LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=ilGcnK-aqwV-hcGJ-60QD-QnOu-BiA6-hSxCL5 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=1DcUzI-l0F0-pI3U-zy95-DJSU-QYk7-9s5uwT LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=BB51d9-OLoL-QF8w-8j6E-T9Yc-BXpK-VIgFR7 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 LVM2_VG_SIZE=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=gSug1N-aPGp-Po1K-TQvy-e2Vl-2ku4-nBkeMP LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=Gk4dTL-2uBC-5fco-w4OK-2azK-tzMn-PpYm44 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=ZUDfk7-Y2CN-Kcu2-4Zvd-0Lic-P5Jt-sIfSvy LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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=C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo 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 20:54:06,431 INFO program/MainThread: stderr[41]: 2024-03-01 20:54:06,431 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 20:54:06,432 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 20:54:06,436 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: C1tqJg-AQ6I-3xHt-zws1-LCJD-utGM-E6EzHo ; label: None ; device: /dev/sdj ; serial: 36001405188bead0832c4b19b6c239e02 ; exists: True ; vg_name: test_vg3 ; vg_uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 20:54:06,436 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 20:54:06,440 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 20:54:06,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:54:06,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:06,450 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 20:54:06,453 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 20:54:06,456 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 20:54:06,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo ; incomplete: True ; hidden: False ; 2024-03-01 20:54:06,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:06,463 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/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:06,494 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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=qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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=Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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=rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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=fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 20:54:06,494 INFO program/MainThread: stderr[42]: 2024-03-01 20:54:06,495 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 20:54:06,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:06,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:06,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 20:54:06,513 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:54:06,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 20:54:06,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:54:06,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:54:06,521 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:54:06,524 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 20:54:06,525 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:54:06,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 20:54:06,528 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 20:54:06,533 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 20:54:06,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 20:54:06,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 20:54:06,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:54:06,540 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:54:06,543 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 20:54:06,544 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:54:06,544 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 20:54:06,544 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 20:54:06,548 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 20:54:06,548 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 20:54:06,551 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 20:54:06,551 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 20:54:06,555 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/e9e6544f-5828-4084-9bb9-e3e7e2817865 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboehDXv3u0a5AIVG42QAr55hbQ5NR3dYY7 ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboehDXv3u0a5AIVG42QAr55hbQ5NR3dYY7', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e9e6544f-5828-4084-9bb9-e3e7e2817865', 'ID_FS_UUID_ENC': 'e9e6544f-5828-4084-9bb9-e3e7e2817865', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '933463402'} ; 2024-03-01 20:54:06,555 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:54:06,555 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:54:06,559 INFO program/MainThread: stdout[43]: LVM 2024-03-01 20:54:06,559 INFO program/MainThread: stderr[43]: 2024-03-01 20:54:06,559 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 20:54:06,560 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:54:06,563 INFO program/MainThread: stdout[44]: LVM 2024-03-01 20:54:06,563 INFO program/MainThread: stderr[44]: 2024-03-01 20:54:06,563 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 20:54:06,563 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:54:06,566 INFO program/MainThread: stdout[45]: LVM 2024-03-01 20:54:06,566 INFO program/MainThread: stderr[45]: 2024-03-01 20:54:06,566 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 20:54:06,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 20:54:06,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:06,578 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:54:06,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:06,579 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 20:54:06,575 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:06,580 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:54:06,583 INFO program/MainThread: stdout[46]: LVM 2024-03-01 20:54:06,583 INFO program/MainThread: stderr[46]: 2024-03-01 20:54:06,583 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 20:54:06,587 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:54:06,591 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:06,591 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 20:54:06,595 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:06,595 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 20:54:06,599 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,599 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 20:54:06,602 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,602 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 20:54:06,603 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 20:54:06,606 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:06,606 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 20:54:06,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 20:54:06,610 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:06,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:06,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:06,623 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 20:54:06,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:54:06,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 20:54:06,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:54:06,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:54:06,634 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:54:06,638 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 20:54:06,638 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:54:06,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 20:54:06,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 20:54:06,646 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 20:54:06,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 20:54:06,649 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 20:54:06,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:54:06,653 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:54:06,656 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 20:54:06,657 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:54:06,657 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 20:54:06,657 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 20:54:06,660 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 20:54:06,661 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 20:54:06,664 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 20:54:06,664 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 20:54:06,668 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/b9e8fdc8-eec7-478c-90c4-28eb4bdc435b ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboPsBnTajK0OKNlKk8dkunvmInUjvhu53w ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboPsBnTajK0OKNlKk8dkunvmInUjvhu53w', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b9e8fdc8-eec7-478c-90c4-28eb4bdc435b', 'ID_FS_UUID_ENC': 'b9e8fdc8-eec7-478c-90c4-28eb4bdc435b', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '933131443'} ; 2024-03-01 20:54:06,668 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:54:06,668 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:54:06,672 INFO program/MainThread: stdout[47]: LVM 2024-03-01 20:54:06,672 INFO program/MainThread: stderr[47]: 2024-03-01 20:54:06,672 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 20:54:06,672 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:54:06,675 INFO program/MainThread: stdout[48]: LVM 2024-03-01 20:54:06,676 INFO program/MainThread: stderr[48]: 2024-03-01 20:54:06,676 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 20:54:06,676 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:54:06,679 INFO program/MainThread: stdout[49]: LVM 2024-03-01 20:54:06,679 INFO program/MainThread: stderr[49]: 2024-03-01 20:54:06,679 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 20:54:06,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 20:54:06,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:06,692 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:54:06,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:06,693 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 20:54:06,688 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- name = test_vg3 status = True 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:06,693 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:54:06,697 INFO program/MainThread: stdout[50]: LVM 2024-03-01 20:54:06,697 INFO program/MainThread: stderr[50]: 2024-03-01 20:54:06,697 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 20:54:06,701 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:54:06,705 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:06,705 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 20:54:06,708 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:06,709 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 20:54:06,712 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,712 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 20:54:06,716 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 20:54:06,716 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 20:54:06,719 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:06,720 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 20:54:06,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 20:54:06,723 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:06,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:06,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:06,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 20:54:06,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:54:06,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 20:54:06,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:54:06,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:54:06,748 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:54:06,752 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 20:54:06,752 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:54:06,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 20:54:06,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 20:54:06,760 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:54:06,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 20:54:06,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 20:54:06,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:54:06,767 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:54:06,770 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 20:54:06,771 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:54:06,771 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 20:54:06,771 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 20:54:06,774 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 20:54:06,775 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 20:54:06,778 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 20:54:06,778 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 20:54:06,782 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzborMGolGeJj9J5TVCuDLuZhTdQ4HGTMS3n ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/07123e00-43be-4302-8dc0-4e85689e690b ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzborMGolGeJj9J5TVCuDLuZhTdQ4HGTMS3n', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '07123e00-43be-4302-8dc0-4e85689e690b', 'ID_FS_UUID_ENC': '07123e00-43be-4302-8dc0-4e85689e690b', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '932801233'} ; 2024-03-01 20:54:06,782 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:54:06,782 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:54:06,786 INFO program/MainThread: stdout[51]: LVM 2024-03-01 20:54:06,786 INFO program/MainThread: stderr[51]: 2024-03-01 20:54:06,786 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 20:54:06,786 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:54:06,789 INFO program/MainThread: stdout[52]: LVM 2024-03-01 20:54:06,790 INFO program/MainThread: stderr[52]: 2024-03-01 20:54:06,790 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 20:54:06,790 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:54:06,793 INFO program/MainThread: stdout[53]: LVM 2024-03-01 20:54:06,793 INFO program/MainThread: stderr[53]: 2024-03-01 20:54:06,793 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 20:54:06,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 20:54:06,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:06,806 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:54:06,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:06,807 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 20:54:06,802 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:06,808 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:54:06,811 INFO program/MainThread: stdout[54]: LVM 2024-03-01 20:54:06,811 INFO program/MainThread: stderr[54]: 2024-03-01 20:54:06,811 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 20:54:06,815 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:54:06,819 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:06,819 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 20:54:06,823 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:06,823 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 20:54:06,827 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,827 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 20:54:06,830 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,830 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 20:54:06,831 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 20:54:06,834 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:06,834 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 20:54:06,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 20:54:06,838 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:06,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:06,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:54:06,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 20:54:06,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:54:06,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 20:54:06,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:54:06,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:54:06,862 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:06,866 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 20:54:06,867 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:54:06,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 20:54:06,870 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 20:54:06,874 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 20:54:06,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 20:54:06,877 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 20:54:06,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:54:06,881 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:06,885 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 20:54:06,885 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:54:06,886 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 20:54:06,886 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 20:54:06,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 20:54:06,889 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:06,893 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 20:54:06,893 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 20:54:06,897 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzbofiP9puL2TEFfYigz5e0Kr65W8e3mB2xv ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/09bfb203-ab52-4e06-8947-0dbe32911272 ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzbofiP9puL2TEFfYigz5e0Kr65W8e3mB2xv', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09bfb203-ab52-4e06-8947-0dbe32911272', 'ID_FS_UUID_ENC': '09bfb203-ab52-4e06-8947-0dbe32911272', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '932481379'} ; 2024-03-01 20:54:06,897 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:54:06,897 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:54:06,901 INFO program/MainThread: stdout[55]: LVM 2024-03-01 20:54:06,901 INFO program/MainThread: stderr[55]: 2024-03-01 20:54:06,901 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 20:54:06,901 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:54:06,904 INFO program/MainThread: stdout[56]: LVM 2024-03-01 20:54:06,904 INFO program/MainThread: stderr[56]: 2024-03-01 20:54:06,905 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 20:54:06,905 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:54:06,908 INFO program/MainThread: stdout[57]: LVM 2024-03-01 20:54:06,908 INFO program/MainThread: stderr[57]: 2024-03-01 20:54:06,908 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 20:54:06,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 20:54:06,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:06,921 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:06,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:06,923 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:06,917 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:06,923 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:54:06,926 INFO program/MainThread: stdout[58]: LVM 2024-03-01 20:54:06,927 INFO program/MainThread: stderr[58]: 2024-03-01 20:54:06,927 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 20:54:06,931 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:54:06,935 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:06,935 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 20:54:06,938 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:06,938 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 20:54:06,942 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,942 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 20:54:06,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 20:54:06,946 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 20:54:06,950 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:06,950 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 20:54:06,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 20:54:06,954 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:06,954 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:54:06,957 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': '26086320'} ; 2024-03-01 20:54:06,957 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:54:06,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:06,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:06,969 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:54:06,969 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:54:06,969 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:54:06,969 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:54:06,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 20:54:06,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 20:54:06,972 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:54:06,976 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:54:06,976 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:54:06,979 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:54:06,980 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:54:06,980 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 20:54:06,980 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff53763c048) -- 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 20:54:06,984 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:54:06,987 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:06,987 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 20:54:06,991 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:06,991 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 20:54:06,994 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,994 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 20:54:06,998 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:06,998 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 20:54:07,001 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:54:07,004 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:07,007 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:54:07,012 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 0x7ff537677c88> 2024-03-01 20:54:09,776 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 20:54:09,780 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:54:09,780 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:54:09,784 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': '26089822'} ; 2024-03-01 20:54:09,784 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:54:09,784 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:54:09,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:09,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:09,795 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:54:09,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:09,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:09,802 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:09,815 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:09,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:09,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 20:54:09,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 20:54:09,841 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:54:09,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 20:54:09,845 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:54:09,848 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:54:09,848 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:54:09,851 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:09,852 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:09,852 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:54:09,855 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:54:09,859 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:54:09,862 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:54:09,865 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:54:09,868 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:09,869 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:09,869 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 20:54:09,870 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:54:09,869 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff53764ff60) -- 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 0x7ff5376549e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:54:09,874 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:54:09,877 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:09,877 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 20:54:09,881 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:09,881 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 20:54:09,884 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:09,884 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 20:54:09,888 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:09,888 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 20:54:09,888 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:54:09,891 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:09,891 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 20:54:09,894 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:54:09,894 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:09,898 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/09bfb203-ab52-4e06-8947-0dbe32911272 ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzbofiP9puL2TEFfYigz5e0Kr65W8e3mB2xv', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzbofiP9puL2TEFfYigz5e0Kr65W8e3mB2xv', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '09bfb203-ab52-4e06-8947-0dbe32911272', 'ID_FS_UUID_ENC': '09bfb203-ab52-4e06-8947-0dbe32911272', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '932481379'} ; 2024-03-01 20:54:09,898 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:54:09,898 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:54:09,902 INFO program/MainThread: stdout[59]: LVM 2024-03-01 20:54:09,902 INFO program/MainThread: stderr[59]: 2024-03-01 20:54:09,902 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 20:54:09,902 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:54:09,905 INFO program/MainThread: stdout[60]: LVM 2024-03-01 20:54:09,905 INFO program/MainThread: stderr[60]: 2024-03-01 20:54:09,905 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 20:54:09,906 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:54:09,909 INFO program/MainThread: stdout[61]: LVM 2024-03-01 20:54:09,909 INFO program/MainThread: stderr[61]: 2024-03-01 20:54:09,909 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 20:54:09,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:09,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:54:09,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:09,922 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:09,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:09,923 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:09,917 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:09,924 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 20:54:09,927 INFO program/MainThread: stdout[62]: LVM 2024-03-01 20:54:09,927 INFO program/MainThread: stderr[62]: 2024-03-01 20:54:09,928 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 20:54:09,931 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 20:54:09,932 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 20:54:09,935 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/07123e00-43be-4302-8dc0-4e85689e690b ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzborMGolGeJj9J5TVCuDLuZhTdQ4HGTMS3n ' '/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-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzborMGolGeJj9J5TVCuDLuZhTdQ4HGTMS3n', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '07123e00-43be-4302-8dc0-4e85689e690b', 'ID_FS_UUID_ENC': '07123e00-43be-4302-8dc0-4e85689e690b', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '932801233'} ; 2024-03-01 20:54:09,935 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 20:54:09,936 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:54:09,939 INFO program/MainThread: stdout[63]: LVM 2024-03-01 20:54:09,939 INFO program/MainThread: stderr[63]: 2024-03-01 20:54:09,939 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 20:54:09,939 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:54:09,942 INFO program/MainThread: stdout[64]: LVM 2024-03-01 20:54:09,942 INFO program/MainThread: stderr[64]: 2024-03-01 20:54:09,942 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 20:54:09,942 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:54:09,945 INFO program/MainThread: stdout[65]: LVM 2024-03-01 20:54:09,946 INFO program/MainThread: stderr[65]: 2024-03-01 20:54:09,946 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 20:54:09,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:09,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:54:09,957 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:09,958 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:09,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:09,960 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:09,954 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:09,960 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 20:54:09,963 INFO program/MainThread: stdout[66]: LVM 2024-03-01 20:54:09,964 INFO program/MainThread: stderr[66]: 2024-03-01 20:54:09,964 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 20:54:09,968 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 20:54:09,968 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 20:54:09,971 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboPsBnTajK0OKNlKk8dkunvmInUjvhu53w ' '/dev/disk/by-uuid/b9e8fdc8-eec7-478c-90c4-28eb4bdc435b ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboPsBnTajK0OKNlKk8dkunvmInUjvhu53w', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b9e8fdc8-eec7-478c-90c4-28eb4bdc435b', 'ID_FS_UUID_ENC': 'b9e8fdc8-eec7-478c-90c4-28eb4bdc435b', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '933131443'} ; 2024-03-01 20:54:09,971 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 20:54:09,971 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:54:09,974 INFO program/MainThread: stdout[67]: LVM 2024-03-01 20:54:09,974 INFO program/MainThread: stderr[67]: 2024-03-01 20:54:09,975 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 20:54:09,975 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:54:09,978 INFO program/MainThread: stdout[68]: LVM 2024-03-01 20:54:09,978 INFO program/MainThread: stderr[68]: 2024-03-01 20:54:09,978 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 20:54:09,978 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:54:09,981 INFO program/MainThread: stdout[69]: LVM 2024-03-01 20:54:09,981 INFO program/MainThread: stderr[69]: 2024-03-01 20:54:09,981 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 20:54:09,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:09,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:54:09,993 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:09,994 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:09,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:09,995 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:09,989 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:09,996 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 20:54:09,999 INFO program/MainThread: stdout[70]: LVM 2024-03-01 20:54:09,999 INFO program/MainThread: stderr[70]: 2024-03-01 20:54:09,999 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 20:54:10,003 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 20:54:10,003 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 20:54:10,006 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboehDXv3u0a5AIVG42QAr55hbQ5NR3dYY7 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/e9e6544f-5828-4084-9bb9-e3e7e2817865', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-fyDmAVHLK2nXg0FRodeHNQWQJZW1IzboehDXv3u0a5AIVG42QAr55hbQ5NR3dYY7', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e9e6544f-5828-4084-9bb9-e3e7e2817865', 'ID_FS_UUID_ENC': 'e9e6544f-5828-4084-9bb9-e3e7e2817865', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '933463402'} ; 2024-03-01 20:54:10,007 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 20:54:10,007 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:54:10,010 INFO program/MainThread: stdout[71]: LVM 2024-03-01 20:54:10,010 INFO program/MainThread: stderr[71]: 2024-03-01 20:54:10,010 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 20:54:10,010 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:54:10,013 INFO program/MainThread: stdout[72]: LVM 2024-03-01 20:54:10,014 INFO program/MainThread: stderr[72]: 2024-03-01 20:54:10,014 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 20:54:10,014 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:54:10,017 INFO program/MainThread: stdout[73]: LVM 2024-03-01 20:54:10,017 INFO program/MainThread: stderr[73]: 2024-03-01 20:54:10,017 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 20:54:10,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,025 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 20:54:10,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:10,030 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:10,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:10,031 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:10,025 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:10,032 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 20:54:10,035 INFO program/MainThread: stdout[74]: LVM 2024-03-01 20:54:10,035 INFO program/MainThread: stderr[74]: 2024-03-01 20:54:10,035 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 20:54:10,039 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 20:54:10,039 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 20:54:10,043 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/0da33342-b633-46ca-b305-1a1a1039b692 ' '/dev/disk/by-id/dm-uuid-LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7Zip1O0746nZI2rJZq0djzbLUeVoXizlx', '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-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7Zip1O0746nZI2rJZq0djzbLUeVoXizlx', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '0da33342-b633-46ca-b305-1a1a1039b692', 'ID_FS_UUID_ENC': '0da33342-b633-46ca-b305-1a1a1039b692', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '934328651'} ; 2024-03-01 20:54:10,043 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 20:54:10,043 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:54:10,046 INFO program/MainThread: stdout[75]: LVM 2024-03-01 20:54:10,046 INFO program/MainThread: stderr[75]: 2024-03-01 20:54:10,046 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 20:54:10,047 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:54:10,050 INFO program/MainThread: stdout[76]: LVM 2024-03-01 20:54:10,050 INFO program/MainThread: stderr[76]: 2024-03-01 20:54:10,050 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 20:54:10,050 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:54:10,053 INFO program/MainThread: stdout[77]: LVM 2024-03-01 20:54:10,053 INFO program/MainThread: stderr[77]: 2024-03-01 20:54:10,053 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 20:54:10,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:54:10,064 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,065 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,065 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,066 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,061 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,066 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 20:54:10,069 INFO program/MainThread: stdout[78]: LVM 2024-03-01 20:54:10,070 INFO program/MainThread: stderr[78]: 2024-03-01 20:54:10,070 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 20:54:10,074 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 20:54:10,074 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 20:54:10,077 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7qJ2KVu1khdqMw1tt6q4lAvrNNokc81At ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/cc9961e1-0adc-4e6f-82de-5fed1ace8991', '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-lr3N2hXfKwCHdQ9E72wxGr3G9op1Ndz7qJ2KVu1khdqMw1tt6q4lAvrNNokc81At', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc9961e1-0adc-4e6f-82de-5fed1ace8991', 'ID_FS_UUID_ENC': 'cc9961e1-0adc-4e6f-82de-5fed1ace8991', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '934633326'} ; 2024-03-01 20:54:10,077 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 20:54:10,077 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:54:10,080 INFO program/MainThread: stdout[79]: LVM 2024-03-01 20:54:10,081 INFO program/MainThread: stderr[79]: 2024-03-01 20:54:10,081 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 20:54:10,081 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:54:10,084 INFO program/MainThread: stdout[80]: LVM 2024-03-01 20:54:10,084 INFO program/MainThread: stderr[80]: 2024-03-01 20:54:10,084 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 20:54:10,084 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:54:10,087 INFO program/MainThread: stdout[81]: LVM 2024-03-01 20:54:10,087 INFO program/MainThread: stderr[81]: 2024-03-01 20:54:10,087 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 20:54:10,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:54:10,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,099 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,099 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,100 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,095 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,101 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 20:54:10,104 INFO program/MainThread: stdout[82]: LVM 2024-03-01 20:54:10,104 INFO program/MainThread: stderr[82]: 2024-03-01 20:54:10,104 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 20:54:10,108 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 20:54:10,108 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 20:54:10,111 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOBiGACOSfTW4KI0FZSlCrMrcoYMtiWFAS ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOBiGACOSfTW4KI0FZSlCrMrcoYMtiWFAS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', 'ID_FS_UUID_ENC': '3509ae92-5ae5-4deb-aeb8-efbfa9faaa2e', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935463658'} ; 2024-03-01 20:54:10,111 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 20:54:10,112 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:54:10,115 INFO program/MainThread: stdout[83]: LVM 2024-03-01 20:54:10,115 INFO program/MainThread: stderr[83]: 2024-03-01 20:54:10,115 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 20:54:10,115 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:54:10,118 INFO program/MainThread: stdout[84]: LVM 2024-03-01 20:54:10,118 INFO program/MainThread: stderr[84]: 2024-03-01 20:54:10,118 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 20:54:10,118 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:54:10,121 INFO program/MainThread: stdout[85]: LVM 2024-03-01 20:54:10,122 INFO program/MainThread: stderr[85]: 2024-03-01 20:54:10,122 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 20:54:10,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,129 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 20:54:10,132 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,133 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,133 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,134 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,130 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,135 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 20:54:10,138 INFO program/MainThread: stdout[86]: LVM 2024-03-01 20:54:10,138 INFO program/MainThread: stderr[86]: 2024-03-01 20:54:10,138 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 20:54:10,142 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 20:54:10,142 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 20:54:10,145 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOso5QegH3RO5OYhaNcfG1MYuipB3zOA0L ' '/dev/disk/by-uuid/b52980ff-0e44-4875-88ad-fafdd77779c1 ' '/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-KtGfJPr5Vps1TfXAgn0I24YZdiUjIqZOso5QegH3RO5OYhaNcfG1MYuipB3zOA0L', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b52980ff-0e44-4875-88ad-fafdd77779c1', 'ID_FS_UUID_ENC': 'b52980ff-0e44-4875-88ad-fafdd77779c1', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '935776642'} ; 2024-03-01 20:54:10,145 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 20:54:10,146 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:10,149 INFO program/MainThread: stdout[87]: LVM 2024-03-01 20:54:10,149 INFO program/MainThread: stderr[87]: 2024-03-01 20:54:10,149 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 20:54:10,149 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:10,152 INFO program/MainThread: stdout[88]: LVM 2024-03-01 20:54:10,152 INFO program/MainThread: stderr[88]: 2024-03-01 20:54:10,152 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 20:54:10,152 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:10,155 INFO program/MainThread: stdout[89]: LVM 2024-03-01 20:54:10,156 INFO program/MainThread: stderr[89]: 2024-03-01 20:54:10,156 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 20:54:10,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:54:10,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,167 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,167 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,168 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,164 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,168 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:54:10,172 INFO program/MainThread: stdout[90]: LVM 2024-03-01 20:54:10,172 INFO program/MainThread: stderr[90]: 2024-03-01 20:54:10,172 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 20:54:10,176 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:54:10,176 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:54:10,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:10,188 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:10,204 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:54:10,205 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:54:10,209 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 20:54:10,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:10,215 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 20:54:10,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:10,219 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:54:10,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:10,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:10,231 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:54:10,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:10,240 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 20:54:10,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:10,244 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:54:10,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:10,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:10,256 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:54:10,259 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 20:54:10,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:10,265 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 20:54:10,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:10,268 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 20:54:10,271 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 20:54:10,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:10,277 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 20:54:10,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:10,281 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:54:10,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,287 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:54:10,287 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,288 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,288 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,289 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,289 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,289 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,290 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,290 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,290 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,291 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,291 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,292 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:54:10,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:54:10,298 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:54:10,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:54:10,304 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:54:10,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:54:10,309 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:54:10,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:54:10,316 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:54:10,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,319 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,320 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,324 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,324 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,325 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,327 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,328 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,329 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,329 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,333 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,333 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,334 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,336 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,337 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,338 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,338 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,341 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,342 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,342 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,343 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,346 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,347 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,347 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,343 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,350 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,351 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,351 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,352 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,354 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,355 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,356 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,356 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,359 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,360 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,360 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,361 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,363 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,364 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,365 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,365 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,361 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,368 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,369 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,369 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,370 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,372 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,373 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,374 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,374 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,377 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,378 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,378 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,379 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,381 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,382 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,382 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,383 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,386 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,387 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,387 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,388 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,384 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,390 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,391 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,391 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,392 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,395 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,396 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,396 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,397 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,393 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,399 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,400 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,400 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,401 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,404 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,405 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,405 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,406 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,408 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,409 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,409 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,410 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,413 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,414 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,414 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,415 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,417 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,418 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,418 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,419 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,415 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,422 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,423 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,423 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,424 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,420 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,426 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,427 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,427 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,428 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,431 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,432 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,433 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,429 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,435 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,436 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,436 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,437 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,433 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,440 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,441 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,441 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,442 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,438 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,444 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,445 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,445 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,446 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,442 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,450 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,451 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,453 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,454 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,454 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,455 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,451 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,459 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,460 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 20:54:10,456 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = so5Qeg-H3RO-5OYh-aNcf-G1MY-uipB-3zOA0L 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,460 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:54:10,463 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 20:54:10,464 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:10,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 20:54:10,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:54:10,468 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:10,468 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 20:54:10,472 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:54:10,472 INFO program/MainThread: stderr[91]: 2024-03-01 20:54:10,472 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 20:54:10,477 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 20:54:10,477 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:54:10,477 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:10,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,484 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 20:54:10,484 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 20:54:10,486 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,487 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,488 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,484 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,491 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,492 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,492 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,493 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,496 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,496 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,497 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,498 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,501 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,501 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,502 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,505 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,506 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,507 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,510 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,510 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,511 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,514 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,514 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,515 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,516 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,518 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,519 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,519 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,520 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,523 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,523 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,524 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,524 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,527 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,528 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,528 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,529 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,532 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,532 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,533 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,533 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,537 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,537 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,538 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,541 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,542 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,542 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,546 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,547 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,550 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,550 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,551 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,551 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,554 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,555 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,556 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,559 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,560 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,560 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,564 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,564 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,565 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,567 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,568 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,569 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,569 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,572 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,573 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,573 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,574 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,577 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,577 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,578 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,582 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,582 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,583 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,585 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,586 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,586 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,587 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,590 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,590 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,592 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,588 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,594 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,595 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,596 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,599 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,600 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,601 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,604 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,605 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,608 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,608 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,609 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,609 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,613 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,613 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,614 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,617 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,617 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,618 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,621 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,622 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,622 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,625 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,626 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,626 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:54:10,627 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:54:10,623 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53767edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BiGACO-SfTW-4KI0-FZSl-CrMr-coYM-tiWFAS 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 (0x7ff5376f5ac8) -- 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 = KtGfJP-r5Vp-s1Tf-XAgn-0I24-YZdi-UjIqZO size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 20:54:10,627 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 20:54:10,630 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 20:54:10,630 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:10,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 20:54:10,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 20:54:10,634 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:54:10,638 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 20:54:10,638 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 20:54:10,638 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:54:10,638 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 20:54:10,638 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:54:10,641 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:54:10,641 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:10,645 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:54:10,648 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:54:10,651 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:54:10,651 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:54:10,651 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:54:10,651 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:54:10,651 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:54:10,654 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:10,654 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:10,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 20:54:10,657 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:54:10,657 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:54:10,658 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:54:10,658 DEBUG blivet/MainThread: removing sda 2024-03-01 20:54:10,660 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:10,661 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:10,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 20:54:10,664 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:54:10,664 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:54:10,664 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:54:10,664 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:54:10,667 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:10,667 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:10,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 20:54:10,670 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:54:10,670 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:54:10,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,676 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 20:54:10,677 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,677 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,677 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,678 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,678 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,679 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,679 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,679 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,680 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,680 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,681 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,681 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 20:54:10,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 20:54:10,687 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 20:54:10,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 20:54:10,693 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 20:54:10,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 20:54:10,699 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 20:54:10,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 20:54:10,705 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 20:54:10,707 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,708 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,708 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,709 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,705 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,712 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,713 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,713 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,714 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,716 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,717 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,718 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,718 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,721 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,722 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,722 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,723 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,719 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,725 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,726 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,726 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,727 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,731 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,731 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,732 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,734 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,735 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,736 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,736 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,739 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,740 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,740 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,741 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,744 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,745 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,745 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,748 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,749 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,749 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,750 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,752 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,753 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,754 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,754 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,757 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,758 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,758 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,759 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,761 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,762 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,762 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,763 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,766 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,767 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,767 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,768 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,770 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,771 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,771 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,772 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,775 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,775 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,776 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,777 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,779 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,780 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,780 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,781 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,784 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,784 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,785 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,785 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,788 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,789 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,789 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,790 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,793 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,793 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,794 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,795 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,797 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,798 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,798 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,799 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,802 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,802 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,803 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,804 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,806 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,807 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,807 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,808 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,804 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,811 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,811 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,812 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,813 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,809 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,815 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,816 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,816 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,817 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,813 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,820 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,820 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,821 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,822 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,818 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,824 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,825 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,825 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,826 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,822 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,829 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,830 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,830 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,826 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,833 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,834 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,834 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,835 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,831 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,837 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,838 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,839 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,839 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,835 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,842 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,843 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,843 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,844 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,840 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,846 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,847 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,848 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,848 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 20:54:10,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff53769df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = qJ2KVu-1khd-qMw1-tt6q-4lAv-rNNo-kc81At 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,849 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 20:54:10,852 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 20:54:10,852 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:10,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 20:54:10,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 20:54:10,856 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:54:10,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 20:54:10,859 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 20:54:10,859 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:54:10,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:10,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 20:54:10,866 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 20:54:10,868 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,868 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,869 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,869 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,872 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,872 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,873 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,873 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,876 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,876 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,877 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,877 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,880 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,881 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,881 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,884 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,884 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,885 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,885 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,888 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,889 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,886 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,892 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,892 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,892 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,893 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,895 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,896 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,897 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,900 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,900 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,900 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,901 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,898 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,903 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,904 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,904 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,905 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,907 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,908 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,909 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,911 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,912 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,912 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,913 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,915 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,916 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,916 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,917 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,919 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,920 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,920 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,921 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,923 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,924 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,924 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,925 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,927 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,928 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,928 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,929 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,931 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,932 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,932 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,933 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,935 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,936 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,936 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,937 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,939 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,940 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,940 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,941 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,943 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,944 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,944 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,945 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,947 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,948 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,948 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,949 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,951 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,952 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,952 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,952 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,955 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,955 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,956 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,956 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,959 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,959 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,960 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,960 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,963 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,963 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,964 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,964 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,967 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,967 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,968 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,968 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,971 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,971 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,972 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,972 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,975 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,975 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,975 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,976 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,973 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,978 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,979 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,979 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,980 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,982 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,983 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,983 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,984 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,986 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,987 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,987 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,988 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,990 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,991 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,991 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 20:54:10,992 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 20:54:10,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff546714ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Zip1O0-746n-ZI2r-JZq0-djzb-LUeV-oXizlx 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 (0x7ff537695518) -- 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 = lr3N2h-XfKw-CHdQ-9E72-wxGr-3G9o-p1Ndz7 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 20:54:10,992 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 20:54:10,995 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 20:54:10,995 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:10,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 20:54:10,999 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 20:54:10,999 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:54:11,002 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 20:54:11,003 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 20:54:11,003 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:54:11,003 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sdd', 'sde'] 2024-03-01 20:54:11,003 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 20:54:11,006 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 20:54:11,006 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,009 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:54:11,012 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:54:11,015 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 20:54:11,016 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 20:54:11,016 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:54:11,016 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 20:54:11,016 DEBUG blivet/MainThread: removing sdf 2024-03-01 20:54:11,019 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:11,019 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 20:54:11,022 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 20:54:11,022 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:54:11,022 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 20:54:11,022 DEBUG blivet/MainThread: removing sdd 2024-03-01 20:54:11,025 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:11,025 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 20:54:11,028 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 20:54:11,028 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:54:11,028 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 20:54:11,028 DEBUG blivet/MainThread: removing sde 2024-03-01 20:54:11,031 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:11,031 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 20:54:11,034 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 20:54:11,034 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:54:11,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,041 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 20:54:11,041 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,042 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,042 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,043 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,043 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,044 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,044 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,044 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,045 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,045 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,046 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,046 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 20:54:11,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 20:54:11,052 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 20:54:11,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 20:54:11,058 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 20:54:11,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 20:54:11,064 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 20:54:11,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 20:54:11,070 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 20:54:11,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,076 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 20:54:11,076 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 20:54:11,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,080 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,081 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,086 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,087 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,092 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,094 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,098 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,100 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,104 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,106 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,110 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,112 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,116 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,118 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,122 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,123 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,124 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,127 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,128 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,130 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,133 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,134 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,136 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,140 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,141 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,142 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,137 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,146 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,148 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,152 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,154 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,158 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,160 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,164 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,165 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,166 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,161 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,170 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,172 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,176 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,178 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,172 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,182 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,183 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,184 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,188 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,189 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,190 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,193 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,194 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,196 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,199 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,200 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,202 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,196 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,206 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,208 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,212 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,214 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,218 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,220 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,223 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,224 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,226 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,230 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,232 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,236 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,238 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,242 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,244 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,248 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,250 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,254 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,256 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,259 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,260 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,262 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,266 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,268 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 20:54:11,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5376a66d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ehDXv3-u0a5-AIVG-42QA-r55h-bQ5N-R3dYY7 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 (0x7ff537667710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,269 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 20:54:11,272 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 20:54:11,272 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 20:54:11,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 20:54:11,276 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:54:11,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 20:54:11,279 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 20:54:11,279 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:54:11,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 20:54:11,286 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 20:54:11,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,289 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,291 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,286 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,295 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,295 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,296 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,291 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,300 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,302 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,305 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,306 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,307 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,311 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,313 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,308 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,317 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,318 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,314 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,323 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,324 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,328 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,329 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,330 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,334 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,334 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,335 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,339 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,340 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,341 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,336 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,344 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,345 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,345 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,346 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,341 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,350 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,351 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,352 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,355 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,356 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,357 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,361 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,363 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,358 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,367 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,367 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,368 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,363 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,372 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,374 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,369 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,378 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,379 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,383 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,384 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,385 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,389 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,390 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,395 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,395 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,396 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,400 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,401 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,402 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,405 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,406 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,407 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,410 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,411 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,412 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,413 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,408 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,417 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,418 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,422 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,424 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,428 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,429 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,433 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,435 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,439 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,440 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,435 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,444 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,446 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,441 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,449 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,450 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,451 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,446 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,454 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,455 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,457 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,461 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,462 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 20:54:11,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537693828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = PsBnTa-jK0O-KNlK-k8dk-unvm-InUj-vhu53w 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 20:54:11,463 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 20:54:11,466 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 20:54:11,466 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 20:54:11,470 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 20:54:11,470 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:54:11,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 20:54:11,474 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 20:54:11,474 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:54:11,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 20:54:11,480 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 20:54:11,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,483 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,485 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,488 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,490 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,494 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,495 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,490 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,498 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,499 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,500 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,495 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,503 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,504 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,505 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,509 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,510 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,514 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,515 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,519 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,520 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,524 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,525 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,529 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,530 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,526 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,534 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,535 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,535 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,531 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,538 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,539 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,541 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,536 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,544 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,546 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,541 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,549 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,551 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,555 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,556 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,560 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,561 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,565 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,566 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,569 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,570 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,571 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,575 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,576 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,580 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,580 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,581 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,585 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,586 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,590 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,591 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,595 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,596 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,600 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,601 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,605 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,606 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,610 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,611 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,615 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,617 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,620 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,622 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,625 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,627 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,630 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,632 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,627 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,635 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,637 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,632 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,640 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,641 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,642 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 20:54:11,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537645748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = rMGolG-eJj9-J5TV-CuDL-uZhT-dQ4H-GTMS3n 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,642 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 20:54:11,646 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 20:54:11,646 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 20:54:11,649 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 20:54:11,649 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:54:11,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 20:54:11,653 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 20:54:11,653 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:54:11,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:11,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 20:54:11,659 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 20:54:11,662 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,662 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,663 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,659 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,667 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,668 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,671 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,672 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,668 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,676 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,677 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,681 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,682 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,685 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,685 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,686 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,689 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,690 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,690 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,691 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,694 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,696 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,699 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,700 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,704 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,705 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,708 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,709 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,705 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,713 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,714 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,717 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,718 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,722 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,722 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,723 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,719 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,726 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,727 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,731 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,732 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,736 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,737 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,733 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,740 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,741 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,741 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,745 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,746 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,749 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,750 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,754 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,755 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,758 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,759 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,762 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,763 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,764 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,760 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,767 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,767 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,768 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,771 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,772 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,773 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,776 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,778 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,780 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,781 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,782 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,785 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,787 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,789 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,790 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,791 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,795 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,796 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,792 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,799 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,800 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,803 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,804 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,804 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 20:54:11,805 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 20:54:11,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff537630828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = fiP9pu-L2TE-FfYi-gz5e-0Kr6-5W8e-3mB2xv 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 (0x7ff537667710) -- 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 = fyDmAV-HLK2-nXg0-FRod-eHNQ-WQJZ-W1Izbo size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 20:54:11,805 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 20:54:11,808 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 20:54:11,808 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 20:54:11,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 20:54:11,812 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:54:11,816 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 20:54:11,816 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 20:54:11,816 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:54:11,816 DEBUG blivet.ansible/MainThread: ['test_vg3', 'sdg', 'sdh', 'sdj', 'sdi'] 2024-03-01 20:54:11,816 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 20:54:11,819 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 20:54:11,819 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,822 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:54:11,826 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:54:11,829 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:54:11,832 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 20:54:11,832 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 20:54:11,832 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:54:11,832 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 20:54:11,832 DEBUG blivet/MainThread: removing sdg 2024-03-01 20:54:11,835 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:11,835 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 20:54:11,838 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 20:54:11,839 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:54:11,839 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 20:54:11,839 DEBUG blivet/MainThread: removing sdh 2024-03-01 20:54:11,842 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:11,842 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 20:54:11,845 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 20:54:11,845 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:54:11,845 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 20:54:11,845 DEBUG blivet/MainThread: removing sdj 2024-03-01 20:54:11,848 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:11,848 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 20:54:11,851 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 20:54:11,851 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:54:11,851 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 20:54:11,851 DEBUG blivet/MainThread: removing sdi 2024-03-01 20:54:11,854 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 20:54:11,854 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:54:11,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 20:54:11,858 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 20:54:11,858 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:54:11,858 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:11,871 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:11,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:11,896 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:11,914 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:54:11,915 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:11,924 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:11,942 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:54:11,943 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:11,952 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:11,970 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:54:11,971 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:11,980 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:11,998 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:54:11,999 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,009 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,028 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:54:12,028 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,041 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,059 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:54:12,060 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,069 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,087 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:54:12,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,099 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,117 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:54:12,118 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:12,118 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:12,118 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:54:12,118 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:54:12,118 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:54:12,118 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:54:12,119 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:54:12,120 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:54:12,120 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:54:12,122 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:54:12,125 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:54:12,128 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:54:12,131 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:54:12,131 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:54:12,134 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:54:12,134 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7ff537625fc0> 2024-03-01 20:54:12,135 INFO blivet/MainThread: sorting actions... 2024-03-01 20:54:12,156 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:54:12,156 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:54:12,156 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:54:12,156 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:54:12,157 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:54:12,157 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:54:12,157 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:54:12,157 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:54:12,157 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:54:12,157 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:54:12,157 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:54:12,158 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:54:12,158 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:54:12,158 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:54:12,158 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:54:12,158 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:54:12,158 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:54:12,158 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:54:12,159 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:54:12,159 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:54:12,159 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:54:12,159 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:54:12,159 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:54:12,159 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:12,159 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:12,160 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:54:12,160 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:54:12,160 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:54:12,160 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:54:12,160 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:54:12,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,166 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:54:12,167 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 20:54:12,175 INFO program/MainThread: stdout: 2024-03-01 20:54:12,175 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:12,175 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,190 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,190 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,202 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,203 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 20:54:12,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 20:54:12,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:54:12,214 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 20:54:12,218 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 20:54:12,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 20:54:12,221 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:12,256 INFO program/MainThread: stdout[92]: 2024-03-01 20:54:12,257 INFO program/MainThread: stderr[92]: 2024-03-01 20:54:12,257 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 20:54:12,261 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:54:12,264 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,267 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,271 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,274 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,277 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,280 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,283 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,286 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 20:54:12,290 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:12,331 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 20:54:12,331 INFO program/MainThread: stderr[93]: 2024-03-01 20:54:12,331 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 20:54:12,332 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:54:12,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,346 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:54:12,346 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 20:54:12,360 INFO program/MainThread: stdout: 2024-03-01 20:54:12,360 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:12,360 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,361 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,399 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,412 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,413 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 20:54:12,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 20:54:12,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:54:12,424 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 20:54:12,428 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 20:54:12,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 20:54:12,431 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:12,465 INFO program/MainThread: stdout[94]: 2024-03-01 20:54:12,466 INFO program/MainThread: stderr[94]: 2024-03-01 20:54:12,466 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 20:54:12,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:54:12,473 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,480 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,483 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,487 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,490 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,493 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,496 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 20:54:12,499 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:12,552 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 20:54:12,552 INFO program/MainThread: stderr[95]: 2024-03-01 20:54:12,552 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 20:54:12,553 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:54:12,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,569 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:54:12,570 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 20:54:12,587 INFO program/MainThread: stdout: 2024-03-01 20:54:12,588 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:12,588 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,588 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,606 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,607 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,619 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,620 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 20:54:12,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 20:54:12,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:54:12,631 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 20:54:12,635 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 20:54:12,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 20:54:12,638 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:12,673 INFO program/MainThread: stdout[96]: 2024-03-01 20:54:12,674 INFO program/MainThread: stderr[96]: 2024-03-01 20:54:12,674 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 20:54:12,678 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:54:12,681 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,685 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,688 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,691 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,694 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,698 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,701 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,704 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 20:54:12,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 20:54:12,707 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:12,762 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 20:54:12,763 INFO program/MainThread: stderr[97]: 2024-03-01 20:54:12,763 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 20:54:12,763 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:54:12,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,780 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:54:12,780 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 20:54:12,795 INFO program/MainThread: stdout: 2024-03-01 20:54:12,795 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:12,795 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,796 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,817 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:12,829 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:12,830 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 20:54:12,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 20:54:12,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:54:12,841 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 20:54:12,845 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 20:54:12,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 20:54:12,848 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:12,881 INFO program/MainThread: stdout[98]: 2024-03-01 20:54:12,882 INFO program/MainThread: stderr[98]: 2024-03-01 20:54:12,882 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 20:54:12,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:54:12,889 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,893 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:54:12,896 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,899 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:54:12,903 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,906 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:54:12,909 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,912 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:54:12,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 20:54:12,915 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:12,962 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 20:54:12,962 INFO program/MainThread: stderr[99]: 2024-03-01 20:54:12,963 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 20:54:12,963 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 20:54:12,970 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 20:54:12,977 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 20:54:12,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 20:54:12,991 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:12,997 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 20:54:13,004 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,009 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 20:54:13,015 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,021 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 20:54:13,026 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,031 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 20:54:13,034 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 20:54:13,034 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,069 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 20:54:13,069 INFO program/MainThread: stderr[100]: 2024-03-01 20:54:13,069 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 20:54:13,069 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,129 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 20:54:13,129 INFO program/MainThread: stderr[101]: 2024-03-01 20:54:13,130 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 20:54:13,130 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,177 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 20:54:13,178 INFO program/MainThread: stderr[102]: 2024-03-01 20:54:13,178 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 20:54:13,179 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 20:54:13,186 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,194 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:54:13,200 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 20:54:13,200 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,249 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 20:54:13,249 INFO program/MainThread: stderr[103]: 2024-03-01 20:54:13,249 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 20:54:13,249 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 20:54:13,249 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,285 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,285 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,300 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,300 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,312 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,313 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 20:54:13,317 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,320 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:54:13,323 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 20:54:13,323 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,353 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 20:54:13,353 INFO program/MainThread: stderr[104]: 2024-03-01 20:54:13,353 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 20:54:13,353 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 20:54:13,354 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,381 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,396 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,397 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,408 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,409 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 20:54:13,415 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,418 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:54:13,421 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 20:54:13,422 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,452 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 20:54:13,452 INFO program/MainThread: stderr[105]: 2024-03-01 20:54:13,452 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 20:54:13,452 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 20:54:13,452 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,482 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,495 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,495 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,509 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,510 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 20:54:13,514 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,517 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:54:13,520 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 20:54:13,520 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,548 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 20:54:13,549 INFO program/MainThread: stderr[106]: 2024-03-01 20:54:13,549 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 20:54:13,549 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 20:54:13,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,577 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,577 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,593 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,607 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,608 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:54:13,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,616 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:54:13,616 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 20:54:13,623 INFO program/MainThread: stdout: 2024-03-01 20:54:13,623 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:13,623 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,624 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,641 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,652 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,653 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 20:54:13,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 20:54:13,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:54:13,664 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 20:54:13,668 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 20:54:13,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 20:54:13,672 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,713 INFO program/MainThread: stdout[107]: 2024-03-01 20:54:13,714 INFO program/MainThread: stderr[107]: 2024-03-01 20:54:13,714 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 20:54:13,718 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:54:13,721 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,725 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 20:54:13,728 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,731 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 20:54:13,734 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,737 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 20:54:13,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 20:54:13,741 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,775 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 20:54:13,776 INFO program/MainThread: stderr[108]: 2024-03-01 20:54:13,776 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 20:54:13,777 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:54:13,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,791 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:54:13,791 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 20:54:13,812 INFO program/MainThread: stdout: 2024-03-01 20:54:13,812 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:13,812 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,812 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,833 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,834 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:13,846 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:13,847 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 20:54:13,851 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 20:54:13,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:54:13,858 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 20:54:13,862 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 20:54:13,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 20:54:13,866 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,897 INFO program/MainThread: stdout[109]: 2024-03-01 20:54:13,898 INFO program/MainThread: stderr[109]: 2024-03-01 20:54:13,898 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 20:54:13,902 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:54:13,905 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,908 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:54:13,912 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,915 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:54:13,918 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,921 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:54:13,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 20:54:13,925 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:13,959 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 20:54:13,959 INFO program/MainThread: stderr[110]: 2024-03-01 20:54:13,959 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 20:54:13,960 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 20:54:13,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 20:54:13,975 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 20:54:13,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 20:54:13,988 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:13,993 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,000 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,004 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,010 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,016 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,022 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 20:54:14,022 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:14,061 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 20:54:14,061 INFO program/MainThread: stderr[111]: 2024-03-01 20:54:14,061 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 20:54:14,061 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:14,104 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 20:54:14,104 INFO program/MainThread: stderr[112]: 2024-03-01 20:54:14,104 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 20:54:14,104 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:14,146 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 20:54:14,146 INFO program/MainThread: stderr[113]: 2024-03-01 20:54:14,146 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 20:54:14,147 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 20:54:14,154 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,161 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:54:14,166 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 20:54:14,167 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:14,207 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 20:54:14,207 INFO program/MainThread: stderr[114]: 2024-03-01 20:54:14,208 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 20:54:14,208 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 20:54:14,208 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,239 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,251 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,252 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,266 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,267 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 20:54:14,271 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,274 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:54:14,277 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 20:54:14,277 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:14,303 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 20:54:14,303 INFO program/MainThread: stderr[115]: 2024-03-01 20:54:14,303 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 20:54:14,303 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 20:54:14,304 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,332 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,348 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,361 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,362 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 20:54:14,366 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,369 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:54:14,372 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 20:54:14,372 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:14,399 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 20:54:14,400 INFO program/MainThread: stderr[116]: 2024-03-01 20:54:14,400 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 20:54:14,400 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 20:54:14,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,430 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,442 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,456 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,457 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:54:14,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,465 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:54:14,465 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 20:54:14,472 INFO program/MainThread: stdout: 2024-03-01 20:54:14,472 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:14,472 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,472 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,486 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,486 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,496 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,497 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 20:54:14,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 20:54:14,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:54:14,508 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 20:54:14,512 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 20:54:14,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 20:54:14,515 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 20:54:14,545 INFO program/MainThread: stdout[117]: 2024-03-01 20:54:14,546 INFO program/MainThread: stderr[117]: 2024-03-01 20:54:14,546 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 20:54:14,551 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:54:14,554 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,557 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 20:54:14,560 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,563 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 20:54:14,566 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,570 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 20:54:14,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 20:54:14,573 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 20:54:14,609 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 20:54:14,610 INFO program/MainThread: stderr[118]: 2024-03-01 20:54:14,610 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 20:54:14,610 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:14,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,625 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:54:14,625 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:54:14,651 INFO program/MainThread: stdout: 2024-03-01 20:54:14,651 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:54:14,652 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,652 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,668 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,668 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:14,678 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:14,679 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:54:14,683 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:14,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:54:14,690 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:54:14,694 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:54:14,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:54:14,697 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 20:54:14,733 INFO program/MainThread: stdout[119]: 2024-03-01 20:54:14,733 INFO program/MainThread: stderr[119]: 2024-03-01 20:54:14,733 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 20:54:14,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:54:14,741 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,744 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,747 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,750 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,754 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,757 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:54:14,760 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 20:54:14,799 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 20:54:14,800 INFO program/MainThread: stderr[120]: 2024-03-01 20:54:14,800 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 20:54:14,800 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:54:14,807 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:54:14,817 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:54:14,823 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:54:14,831 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,834 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,839 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,844 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,847 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,852 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:14,858 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:54:14,858 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 20:54:14,896 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 20:54:14,896 INFO program/MainThread: stderr[121]: 2024-03-01 20:54:14,897 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 20:54:14,897 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 20:54:14,937 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:54:14,938 INFO program/MainThread: stderr[122]: 2024-03-01 20:54:14,938 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 20:54:14,938 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 20:54:14,977 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 20:54:14,977 INFO program/MainThread: stderr[123]: 2024-03-01 20:54:14,977 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 20:54:14,978 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:54:14,985 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:14,993 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:54:14,998 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:54:14,998 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 20:54:15,038 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:54:15,038 INFO program/MainThread: stderr[124]: 2024-03-01 20:54:15,038 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 20:54:15,038 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:54:15,039 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,069 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,069 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,085 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,099 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,100 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:54:15,104 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:15,107 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:54:15,110 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:54:15,110 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:15,135 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:54:15,135 INFO program/MainThread: stderr[125]: 2024-03-01 20:54:15,136 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 20:54:15,136 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:54:15,136 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,164 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,178 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,178 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,191 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,191 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:54:15,196 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:15,199 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:54:15,202 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:54:15,202 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 20:54:15,228 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:54:15,229 INFO program/MainThread: stderr[126]: 2024-03-01 20:54:15,229 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 20:54:15,229 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:54:15,229 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,259 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,259 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,276 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,276 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:15,288 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:15,294 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:54:15,294 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 0x7ff537625a40> 2024-03-01 20:54:26,592 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ojxrkxgb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:31,124 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_eif1hnqn/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:38,156 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1beoimxs/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:38,190 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:38,191 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:54:38,194 INFO program/MainThread: stdout[2]: 2024-03-01 20:54:38,194 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 20:54:38,194 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:54:38,194 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:54:38,199 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:38,199 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:54:38,203 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:38,203 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:54:38,206 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:38,206 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:54:38,209 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:38,209 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:54:38,217 INFO program/MainThread: stdout: 2024-03-01 20:54:38,217 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:54:38,217 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:54:38,217 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:54:38,218 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:38,218 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:38,218 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 20:54:38,218 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:38,218 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:38,218 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:54:38,218 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:38,218 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:54:38,219 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:54:38,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:38,230 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:38,241 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:54:38,246 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:54:38,246 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 20:54:38,247 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 20:54:38,276 INFO program/MainThread: stdout[3]: 2024-03-01 20:54:38,277 INFO program/MainThread: stderr[3]: 2024-03-01 20:54:38,277 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:54:38,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,290 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:54:38,294 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:54:38,295 INFO blivet/MainThread: sda is a disk 2024-03-01 20:54:38,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:54:38,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:54:38,299 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:38,302 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:38,302 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 20:54:38,306 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 20:54:38,306 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,306 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:54:38,306 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ef546710) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:54:38,310 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:54:38,310 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:54:38,314 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:54:38,314 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 20:54:38,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,324 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:54:38,324 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:54:38,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:54:38,325 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:54:38,328 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:38,331 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:38,331 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 20:54:38,334 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 20:54:38,334 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,335 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:54:38,335 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ef486f28) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:54:38,338 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:54:38,338 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:54:38,342 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:54:38,342 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 20:54:38,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,352 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:54:38,352 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:54:38,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:54:38,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:54:38,356 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:54:38,359 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:54:38,359 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 20:54:38,362 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 20:54:38,362 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,363 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:54:38,363 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ef486fd0) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:54:38,366 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:54:38,366 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:54:38,370 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:54:38,370 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 20:54:38,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,380 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:54:38,380 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:54:38,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:54:38,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:54:38,384 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:54:38,387 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:54:38,387 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 20:54:38,390 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 20:54:38,391 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,391 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:54:38,391 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee43bf28) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:54:38,394 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:54:38,394 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:54:38,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:54:38,398 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 20:54:38,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,408 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:54:38,408 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:54:38,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:54:38,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:54:38,412 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:38,415 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:38,415 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 20:54:38,418 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 20:54:38,419 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,419 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:54:38,419 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ef486eb8) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:54:38,423 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:54:38,423 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:54:38,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:54:38,426 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 20:54:38,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,436 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:54:38,436 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:54:38,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:54:38,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:54:38,440 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:54:38,443 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:54:38,443 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 20:54:38,447 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 20:54:38,447 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,447 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:54:38,447 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee438f28) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:54:38,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:54:38,451 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:54:38,454 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:54:38,454 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 20:54:38,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,464 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:54:38,465 INFO blivet/MainThread: sde is a disk 2024-03-01 20:54:38,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:54:38,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:54:38,468 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:54:38,471 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:54:38,471 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 20:54:38,475 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 20:54:38,475 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,475 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:54:38,475 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee44f5c0) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:54:38,479 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:54:38,479 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:54:38,482 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:54:38,482 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 20:54:38,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,492 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:54:38,493 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:54:38,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:54:38,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:54:38,496 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:54:38,499 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:54:38,499 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 20:54:38,503 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 20:54:38,503 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,503 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:54:38,503 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee438da0) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:54:38,507 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:54:38,507 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:54:38,510 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:54:38,510 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 20:54:38,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,520 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:54:38,521 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:54:38,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:54:38,521 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:54:38,524 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:54:38,527 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:54:38,528 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 20:54:38,531 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 20:54:38,531 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,532 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:54:38,532 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee4504a8) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:54:38,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:54:38,535 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:54:38,539 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:54:38,539 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 20:54:38,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,549 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:54:38,549 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:54:38,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:54:38,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:54:38,553 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:54:38,557 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:54:38,558 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 20:54:38,561 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 20:54:38,561 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,561 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:54:38,562 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee450ac8) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:54:38,565 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:54:38,565 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:54:38,568 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:54:38,568 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 20:54:38,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,578 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:54:38,579 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:54:38,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:54:38,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:54:38,582 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:54:38,585 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:54:38,586 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 20:54:38,589 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 20:54:38,589 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,589 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:54:38,589 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee4583c8) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:54:38,593 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:54:38,593 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:54:38,596 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:54:38,596 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 20:54:38,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,606 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:54:38,606 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:54:38,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:54:38,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:54:38,610 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:54:38,613 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:54:38,613 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 20:54:38,616 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 20:54:38,616 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:54:38,617 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:54:38,617 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee458a58) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:54:38,620 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:54:38,620 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:54:38,624 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': '26086320'} ; 2024-03-01 20:54:38,624 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:54:38,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:38,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:38,633 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:54:38,634 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:54:38,634 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:54:38,634 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:54:38,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:54:38,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:54:38,637 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:54:38,640 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:54:38,640 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:54:38,643 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:54:38,644 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:54:38,644 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:54:38,644 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa0ee458e10) -- 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 20:54:38,647 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:54:38,651 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:38,651 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:54:38,654 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:38,654 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:54:38,658 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:38,658 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:54:38,661 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:38,661 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:54:38,665 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:54:38,668 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:38,671 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:54:38,676 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 0x7fa0ee437088> 2024-03-01 20:54:41,602 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:54:41,606 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:54:41,606 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:54:41,610 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': '26089822'} ; 2024-03-01 20:54:41,610 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:54:41,610 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:54:41,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:41,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:41,620 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:54:41,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:41,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:41,626 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:41,638 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:41,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:41,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:54:41,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:54:41,660 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:54:41,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:54:41,664 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:54:41,667 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:54:41,667 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:54:41,671 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:41,671 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:41,671 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:54:41,674 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:54:41,677 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:54:41,680 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:54:41,683 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:54:41,687 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:41,687 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:41,687 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:54:41,688 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:54:41,687 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa0fd46c208) -- 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 0x7fa0ee46b0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:54:41,691 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:54:41,695 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:41,695 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:54:41,698 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:41,698 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:54:41,702 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:41,702 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:54:41,705 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:41,705 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:54:41,707 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:54:41,707 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:54:41,711 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:41,711 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:54:41,714 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:54:41,714 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:41,715 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:41,727 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:41,739 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:54:41,740 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:54:41,744 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 20:54:41,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:41,750 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 20:54:41,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:41,753 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:54:41,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:41,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:41,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:41,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:41,764 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:54:41,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:41,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:41,772 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 20:54:41,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:41,775 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:54:41,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:41,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:41,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:41,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:41,786 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:54:41,789 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 20:54:41,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:41,795 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 20:54:41,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:41,798 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 20:54:41,800 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 20:54:41,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:41,806 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 20:54:41,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:41,809 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:54:41,812 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:41,812 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 20:54:46,362 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload__1jc4j_1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:54:46,397 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:46,398 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:54:46,401 INFO program/MainThread: stdout[2]: 2024-03-01 20:54:46,401 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 20:54:46,401 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:54:46,401 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:54:46,405 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:46,406 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:54:46,409 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:46,410 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:54:46,413 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:46,413 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:54:46,416 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:54:46,416 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:54:46,423 INFO program/MainThread: stdout: 2024-03-01 20:54:46,424 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:54:46,424 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:54:46,424 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:54:46,424 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:46,424 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 20:54:46,425 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:46,425 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:46,425 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:54:46,425 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:54:46,425 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:54:46,426 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:54:46,426 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:46,438 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:46,449 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 20:54:46,454 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:54:46,454 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 20:54:46,454 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 20:54:46,481 INFO program/MainThread: stdout[3]: 2024-03-01 20:54:46,481 INFO program/MainThread: stderr[3]: 2024-03-01 20:54:46,481 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:54:46,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,494 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:54:46,499 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:54:46,499 INFO blivet/MainThread: sda is a disk 2024-03-01 20:54:46,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:54:46,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:54:46,503 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:46,507 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:46,507 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 20:54:46,511 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 20:54:46,511 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,511 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:54:46,512 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe390009e48) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:54:46,515 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:54:46,516 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 20:54:46,519 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:54:46,519 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 20:54:46,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,529 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:54:46,530 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:54:46,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 20:54:46,530 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 20:54:46,533 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:46,536 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:46,536 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 20:54:46,540 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 20:54:46,540 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,541 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 20:54:46,541 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38ff4aef0) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:54:46,544 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:54:46,544 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 20:54:46,548 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:54:46,548 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 20:54:46,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,558 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:54:46,558 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:54:46,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:54:46,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 20:54:46,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:54:46,565 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:54:46,565 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 20:54:46,568 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 20:54:46,569 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,569 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 20:54:46,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38ff4ae10) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:54:46,573 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:54:46,573 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:54:46,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:54:46,576 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 20:54:46,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,586 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:54:46,587 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:54:46,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:54:46,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 20:54:46,590 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:54:46,593 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:54:46,594 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 20:54:46,597 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 20:54:46,597 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,598 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 20:54:46,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38eefed30) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:54:46,601 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:54:46,601 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:54:46,605 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:54:46,605 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 20:54:46,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,615 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:54:46,615 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:54:46,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 20:54:46,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 20:54:46,619 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:46,622 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:46,622 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 20:54:46,626 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 20:54:46,626 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,626 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 20:54:46,626 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38eefe518) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:54:46,630 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:54:46,630 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 20:54:46,633 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:54:46,633 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 20:54:46,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,643 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:54:46,644 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:54:46,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:54:46,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 20:54:46,647 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:54:46,651 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:54:46,651 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 20:54:46,654 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 20:54:46,655 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,655 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 20:54:46,655 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38eefbef0) -- 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 = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:54:46,659 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:54:46,659 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:54:46,662 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:54:46,662 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 20:54:46,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,672 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:54:46,673 INFO blivet/MainThread: sde is a disk 2024-03-01 20:54:46,673 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:54:46,673 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 20:54:46,676 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:54:46,680 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:54:46,680 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 20:54:46,683 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 20:54:46,683 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,684 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 20:54:46,684 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38ef12588) -- 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 = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:54:46,687 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:54:46,688 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:54:46,691 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:54:46,691 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 20:54:46,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,702 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:54:46,702 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:54:46,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:54:46,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 20:54:46,705 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:54:46,709 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:54:46,709 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 20:54:46,712 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 20:54:46,712 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,713 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 20:54:46,713 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38eefbd68) -- 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 = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:54:46,716 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:54:46,717 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:54:46,720 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:54:46,720 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 20:54:46,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,730 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:54:46,731 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:54:46,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 20:54:46,731 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 20:54:46,734 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:54:46,737 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:54:46,737 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 20:54:46,741 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 20:54:46,741 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,742 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 20:54:46,742 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38ef13470) -- 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 = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:54:46,745 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:54:46,745 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:54:46,749 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:54:46,749 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 20:54:46,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,759 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:54:46,759 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:54:46,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 20:54:46,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:54:46,763 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:54:46,766 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:54:46,766 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 20:54:46,769 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 20:54:46,770 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,770 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 20:54:46,770 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38ef139b0) -- 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 = 6001405564719a1de9246a180fa4085a 2024-03-01 20:54:46,774 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:54:46,774 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:54:46,777 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:54:46,777 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 20:54:46,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,787 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:54:46,788 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:54:46,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 20:54:46,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 20:54:46,791 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:54:46,795 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:54:46,795 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 20:54:46,798 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 20:54:46,799 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,799 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 20:54:46,799 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38ef1b390) -- 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 = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:54:46,802 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:54:46,803 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:54:46,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:54:46,806 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 20:54:46,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,816 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:54:46,817 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:54:46,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 20:54:46,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 20:54:46,820 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:54:46,823 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:54:46,824 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 20:54:46,827 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 20:54:46,827 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:54:46,828 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 20:54:46,828 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38ef1ba20) -- 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 = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:54:46,831 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:54:46,831 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:54:46,834 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': '26086320'} ; 2024-03-01 20:54:46,834 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:54:46,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:46,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:46,844 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:54:46,845 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:54:46,845 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:54:46,845 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:54:46,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 20:54:46,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 20:54:46,848 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:54:46,852 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:54:46,852 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:54:46,855 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:54:46,855 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:54:46,856 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 20:54:46,856 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe38ef1bdd8) -- 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 20:54:46,859 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:54:46,863 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:46,863 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 20:54:46,866 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:46,866 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 20:54:46,870 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:46,870 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 20:54:46,873 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:46,874 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 20:54:46,877 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:54:46,880 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:46,884 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:54:46,888 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7fe38ef00a48> 2024-03-01 20:54:49,911 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 20:54:49,915 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:54:49,915 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:54:49,919 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': '26089822'} ; 2024-03-01 20:54:49,919 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:54:49,919 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:54:49,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:49,928 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:54:49,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:49,934 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:49,947 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:49,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:49,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 20:54:49,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 20:54:49,970 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:54:49,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 20:54:49,973 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:54:49,977 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:54:49,977 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:54:49,980 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:49,981 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:49,981 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:54:49,984 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:54:49,987 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:54:49,990 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:54:49,993 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:54:49,997 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:54:49,997 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:54:49,997 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 20:54:49,998 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:54:49,997 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe38ff49c88) -- 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 0x7fe38ef2e0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:54:50,001 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:54:50,005 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:54:50,005 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 20:54:50,008 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:54:50,008 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 20:54:50,012 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:50,012 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 20:54:50,015 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:54:50,015 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 20:54:50,017 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:54:50,017 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:54:50,021 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:50,021 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 20:54:50,024 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:54:50,024 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:54:50,025 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,037 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,049 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:54:50,050 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:54:50,054 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 20:54:50,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:50,060 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 20:54:50,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:50,063 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:54:50,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:50,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:50,074 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:54:50,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:50,083 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 20:54:50,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:50,086 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:54:50,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:50,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:50,097 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:54:50,100 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 20:54:50,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:50,105 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 20:54:50,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:50,108 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 20:54:50,111 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 20:54:50,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:50,117 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 20:54:50,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:50,120 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:54:50,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:50,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:50,132 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 20:54:50,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 20:54:50,138 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:54:50,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 20:54:50,144 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:54:50,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 20:54:50,150 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:54:50,153 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:54:50,153 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 20:54:50,153 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:54:50,157 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:54:50,157 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:54:50,160 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:54:50,160 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:54:50,163 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:54:50,163 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 20:54:50,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 20:54:50,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:54:50,167 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:54:50,170 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:54:50,170 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:54:50,173 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 20:54:50,173 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 20:54:50,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 20:54:50,176 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:54:50,176 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:54:50,179 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:54:50,180 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:54:50,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:54:50,185 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:54:50,188 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:50,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:54:50,195 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:50,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:54:50,202 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:54:50,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:54:50,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:54:50,207 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 20:54:50,207 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:54:50,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:54:50,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:50,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:54:50,220 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 20:54:50,221 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:54:50,221 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:54:50,221 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 20:54:50,222 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:54:50,222 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:54:50,225 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:50,225 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 20:54:50,228 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:54:50,229 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 20:54:50,232 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:50,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:54:50,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 20:54:50,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:54:50,243 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:54:50,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:54:50,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 20:54:50,251 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 20:54:50,251 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 20:54:50,251 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:54:50,252 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 20:54:50,256 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:54:50,256 INFO program/MainThread: stderr[4]: 2024-03-01 20:54:50,256 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:54:50,256 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 20:54:50,256 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:50,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 20:54:50,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 20:54:50,261 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:50,262 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:54:50,262 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:54:50,262 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:54:50,263 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:54:50,263 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:54:50,263 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:54:50,263 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:54:50,263 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:50,263 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:50,263 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:54:50,263 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:54:50,266 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:54:50,269 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:54:50,272 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:54:50,272 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:54:50,275 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:54:50,275 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 0x7fe38ee64d58> 2024-03-01 20:54:50,276 INFO blivet/MainThread: sorting actions... 2024-03-01 20:54:50,277 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:54:50,277 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:54:50,277 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:54:50,277 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:54:50,278 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:54:50,278 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:54:50,278 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:54:50,278 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:50,278 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:50,278 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 20:54:50,281 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:50,284 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 20:54:50,284 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 20:54:50,290 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,291 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,317 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,327 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,328 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 20:54:50,332 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:50,335 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 20:54:50,335 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 20:54:50,343 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,368 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,368 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,380 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,381 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 20:54:50,385 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:54:50,388 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 20:54:50,388 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 20:54:50,395 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,395 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,424 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,425 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,437 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,438 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 20:54:50,442 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,445 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,448 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,448 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:54:50,448 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:54:50,479 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 20:54:50,480 INFO program/MainThread: stderr[5]: 2024-03-01 20:54:50,480 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:54:50,480 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,499 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,503 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:54:50,504 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 20:54:50,505 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 20:54:50,514 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,514 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,535 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,535 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 20:54:50,540 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,542 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,546 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,546 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:54:50,546 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:54:50,576 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 20:54:50,577 INFO program/MainThread: stderr[6]: 2024-03-01 20:54:50,577 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:54:50,577 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,594 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,598 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:54:50,599 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 20:54:50,600 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 20:54:50,609 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,609 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,630 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,630 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 20:54:50,635 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,638 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,641 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,641 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:54:50,641 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 20:54:50,671 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 20:54:50,672 INFO program/MainThread: stderr[7]: 2024-03-01 20:54:50,672 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:54:50,672 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,689 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,694 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:54:50,694 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 20:54:50,695 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 20:54:50,704 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,728 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,729 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 20:54:50,733 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 20:54:50,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:54:50,739 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,742 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,745 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,748 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,751 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,754 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,757 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 20:54:50,758 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:50,812 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 20:54:50,813 INFO program/MainThread: stderr[8]: 2024-03-01 20:54:50,813 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:54:50,821 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:54:50,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:54:50,840 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,846 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,853 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,859 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,865 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,870 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,871 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,884 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,889 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:54:50,892 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:54:50,892 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,904 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,905 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 20:54:50,914 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,926 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,926 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:50,931 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 20:54:50,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 20:54:50,937 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 20:54:50,941 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 20:54:50,944 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,947 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,951 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,954 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,958 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:50,961 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:54:50,962 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:50,971 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:50,976 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 20:54:50,976 INFO program/MainThread: Running [9] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:51,000 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:54:51,000 INFO program/MainThread: stderr[9]: 2024-03-01 20:54:51,000 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:54:51,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 20:54:51,005 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:54:51,089 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 20:54:51,089 INFO program/MainThread: stderr[10]: 2024-03-01 20:54:51,089 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:54:51,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:51,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:51,105 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:51,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:51,136 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:51,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:54:51,142 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:54:51,142 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:54:51,152 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:51,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:51,166 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:51,167 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 20:54:51,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:54:51,174 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:54:51,177 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 20:54:51,177 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 20:54:51,217 INFO program/MainThread: stdout: 2024-03-01 20:54:51,217 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 20:54:51,217 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 20:54:51,218 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 20:54:51,218 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 20:54:51,218 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 20:54:51,218 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 20:54:51,218 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 20:54:51,218 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 20:54:51,218 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 20:54:51,218 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 20:54:51,218 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:51,219 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 20:54:51,232 INFO program/MainThread: stdout: 2024-03-01 20:54:51,233 INFO program/MainThread: writing all SBs 2024-03-01 20:54:51,233 INFO program/MainThread: new label = "" 2024-03-01 20:54:51,233 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:51,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:51,249 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:51,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:54:51,254 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:54:51,255 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 20:54:51,264 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:51,264 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:54:51,278 DEBUG program/MainThread: Return code: 0 2024-03-01 20:54:51,284 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:54:51,284 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 0x7fe38edf90f8> 2024-03-01 20:54:51,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:51,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:54:51,290 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:54:51,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:54:51,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 20:54:51,297 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:55:16,943 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ndrkd29q/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:55:16,978 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:55:16,978 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:55:16,981 INFO program/MainThread: stdout[2]: 2024-03-01 20:55:16,981 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 20:55:16,981 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:55:16,982 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:55:16,986 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:16,986 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:55:16,990 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:55:16,990 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:55:16,993 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:55:16,994 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:55:16,997 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:55:16,997 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:55:17,005 INFO program/MainThread: stdout: 2024-03-01 20:55:17,005 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:55:17,005 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj 2024-03-01 20:55:17,005 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4f39c71d-aff9-4961-b30a-03fc9c464c22 2024-03-01 20:55:17,005 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 2024-03-01 20:55:17,005 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4f39c71d-aff9-4961-b30a-03fc9c464c22 2024-03-01 20:55:17,005 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc 2024-03-01 20:55:17,005 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,005 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:55:17,006 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:55:17,006 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:17,006 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4f39c71d-aff9-4961-b30a-03fc9c464c22 sdb 1073741824 root disk brw-rw---- LVM2_member 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4f39c71d-aff9-4961-b30a-03fc9c464c22 sdc 1073741824 root disk brw-rw---- LVM2_member v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc 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 20:55:17,006 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:55:17,006 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:55:17,007 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:55:17,007 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:55:17,007 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:55:17,007 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:55:17,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:17,020 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:17,032 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:55:17,036 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/lvm-pv-uuid-sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d', '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': 'sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj', 'ID_FS_UUID_ENC': 'sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:55:17,036 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 20:55:17,037 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 20:55:17,060 INFO program/MainThread: stdout[3]: 2024-03-01 20:55:17,060 INFO program/MainThread: stderr[3]: 2024-03-01 20:55:17,060 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:55:17,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,073 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:55:17,077 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:55:17,078 INFO blivet/MainThread: sda is a disk 2024-03-01 20:55:17,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:55:17,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:55:17,082 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:55:17,085 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:55:17,086 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 20:55:17,089 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 20:55:17,089 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,090 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:55:17,090 INFO blivet/MainThread: got device: DiskDevice instance (0x7f10495dd3c8) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:55:17,094 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:55:17,097 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:17,098 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:55:17,101 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:17,101 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:55:17,104 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,105 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:55:17,108 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,108 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:55:17,111 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:55:17,112 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:55:17,112 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 20:55:17,136 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:55:17,136 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13. WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:55:17,136 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:55:17,136 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:55:17,141 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj ; label: None ; device: /dev/sda ; serial: 3600140522dd6968d39f4a1c8a83b6d5d ; exists: True ; vg_name: test_vg1 ; vg_uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; pe_start: 8 MiB ; 2024-03-01 20:55:17,141 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:55:17,145 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:55:17,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:17,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:55:17,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,158 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 20:55:17,188 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:55:17,188 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13. WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:55:17,189 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:55:17,189 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:55:17,189 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:55:17,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:55:17,198 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:55:17,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:55:17,202 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:55:17,202 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 20:55:17,232 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET 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 20:55:17,232 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13. WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:55:17,232 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:55:17,237 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:55:17,238 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:55:17,241 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:55:17,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:17,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:55:17,247 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:55:17,247 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:55:17,251 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/lvm-pv-uuid-1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13', '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': '1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13', 'ID_FS_UUID_ENC': '1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:55:17,251 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 20:55:17,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,262 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:55:17,262 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:55:17,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:55:17,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:55:17,266 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:55:17,269 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:55:17,269 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 20:55:17,272 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 20:55:17,273 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,273 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:55:17,273 INFO blivet/MainThread: got device: DiskDevice instance (0x7f10485af5f8) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:55:17,277 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:55:17,280 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:17,281 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:55:17,284 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:17,284 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:55:17,288 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,288 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:55:17,291 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,291 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:55:17,294 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:55:17,294 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:55:17,295 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 20:55:17,321 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:55:17,321 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). 2024-03-01 20:55:17,322 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:55:17,322 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:55:17,326 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 ; label: None ; device: /dev/sdb ; serial: 3600140566bb043ff76a42e79095662e6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:55:17,326 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:55:17,330 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:55:17,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:17,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:55:17,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:55:17,343 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:55:17,346 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:55:17,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:17,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:17,353 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 20:55:17,378 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET 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 20:55:17,378 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). 2024-03-01 20:55:17,378 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:55:17,378 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:55:17,379 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:55:17,383 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:55:17,383 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 20:55:17,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,394 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:55:17,394 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:55:17,395 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:55:17,395 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:55:17,398 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:55:17,401 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:55:17,402 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 20:55:17,405 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 20:55:17,405 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,406 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:55:17,406 INFO blivet/MainThread: got device: DiskDevice instance (0x7f10485afe80) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:55:17,409 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:55:17,409 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:55:17,413 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:55:17,413 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 20:55:17,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,423 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:55:17,423 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:55:17,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:55:17,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:55:17,427 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:55:17,430 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:55:17,430 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 20:55:17,434 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 20:55:17,434 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,434 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:55:17,434 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1048513fd0) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:55:17,438 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:55:17,438 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:55:17,441 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/lvm-pv-uuid-v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc', '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': 'v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc', 'ID_FS_UUID_ENC': 'v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:55:17,441 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 20:55:17,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,452 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:55:17,452 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:55:17,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:55:17,452 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:55:17,456 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:55:17,459 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:55:17,459 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 20:55:17,462 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 20:55:17,463 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,463 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:55:17,463 INFO blivet/MainThread: got device: DiskDevice instance (0x7f104851b470) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:55:17,467 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:55:17,470 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:17,470 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:55:17,474 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:17,474 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:55:17,477 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,477 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:55:17,481 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,481 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:55:17,484 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:55:17,484 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:55:17,484 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 20:55:17,511 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:55:17,511 INFO program/MainThread: stderr[9]: 2024-03-01 20:55:17,511 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:55:17,512 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:55:17,516 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc ; label: None ; device: /dev/sdc ; serial: 360014057bf5dd7e61d145f1854bd495e ; exists: True ; vg_name: test_vg1 ; vg_uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:55:17,516 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:55:17,519 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:55:17,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:17,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:17,529 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:55:17,533 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:55:17,536 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:55:17,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:17,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:17,543 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 20:55:17,573 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET 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 20:55:17,573 INFO program/MainThread: stderr[10]: 2024-03-01 20:55:17,573 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:55:17,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:55:17,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:55:17,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:55:17,592 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:55:17,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:55:17,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:55:17,600 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:55:17,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:55:17,604 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:55:17,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:55:17,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:55:17,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:55:17,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:55:17,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:55:17,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:55:17,619 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:55:17,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:55:17,623 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:55:17,623 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:55:17,623 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:55:17,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:55:17,627 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:55:17,630 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:55:17,631 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:55:17,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-tGnXfuh5PMWJeYarwCo6Em0Jb0bPfzHEyzVTQpQzUV6KicRVJCvRn1KrzAZ9atET ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/4f39c71d-aff9-4961-b30a-03fc9c464c22 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-tGnXfuh5PMWJeYarwCo6Em0Jb0bPfzHEyzVTQpQzUV6KicRVJCvRn1KrzAZ9atET', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4f39c71d-aff9-4961-b30a-03fc9c464c22', 'ID_FS_UUID_ENC': '4f39c71d-aff9-4961-b30a-03fc9c464c22', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1046167692'} ; 2024-03-01 20:55:17,634 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:55:17,635 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:17,639 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:55:17,639 INFO program/MainThread: stderr[11]: 2024-03-01 20:55:17,639 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:55:17,639 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:17,642 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:55:17,642 INFO program/MainThread: stderr[12]: 2024-03-01 20:55:17,642 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:55:17,642 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:17,645 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:55:17,645 INFO program/MainThread: stderr[13]: 2024-03-01 20:55:17,645 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:55:17,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:55:17,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:17,657 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:17,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:17,658 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:17,653 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f1048513ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f104858b978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:17,658 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:17,662 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:55:17,662 INFO program/MainThread: stderr[14]: 2024-03-01 20:55:17,662 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:55:17,666 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:55:17,670 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:17,670 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:55:17,674 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:17,674 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:55:17,678 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,678 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:55:17,681 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,681 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:55:17,683 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:55:17,683 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:55:17,687 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:55:17,687 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:55:17,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:55:17,691 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:55:17,692 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:55:17,695 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:55:17,695 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 20:55:17,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,706 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:55:17,706 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:55:17,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:55:17,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:55:17,710 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:55:17,713 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:55:17,714 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 20:55:17,717 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 20:55:17,717 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,718 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:55:17,718 INFO blivet/MainThread: got device: DiskDevice instance (0x7f104851feb8) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:55:17,721 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:55:17,721 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:55:17,725 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:55:17,725 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 20:55:17,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,735 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:55:17,736 INFO blivet/MainThread: sde is a disk 2024-03-01 20:55:17,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:55:17,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:55:17,739 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:55:17,742 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:55:17,743 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 20:55:17,746 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 20:55:17,746 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,747 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:55:17,747 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1048525400) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:55:17,750 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:55:17,750 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:55:17,754 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:55:17,754 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 20:55:17,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,764 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:55:17,765 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:55:17,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:55:17,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:55:17,768 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:55:17,772 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:55:17,772 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 20:55:17,775 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 20:55:17,775 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,776 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:55:17,776 INFO blivet/MainThread: got device: DiskDevice instance (0x7f10485afb00) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:55:17,779 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:55:17,779 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:55:17,783 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:55:17,783 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 20:55:17,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,793 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:55:17,794 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:55:17,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:55:17,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:55:17,797 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:55:17,800 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:55:17,801 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 20:55:17,804 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 20:55:17,804 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,805 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:55:17,805 INFO blivet/MainThread: got device: DiskDevice instance (0x7f10485162e8) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:55:17,808 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:55:17,808 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:55:17,812 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:55:17,812 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 20:55:17,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,822 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:55:17,823 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:55:17,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:55:17,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:55:17,826 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:55:17,830 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:55:17,830 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 20:55:17,833 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 20:55:17,833 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,834 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:55:17,834 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1048516828) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405564719a1de9246a180fa4085a 2024-03-01 20:55:17,837 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:55:17,837 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:55:17,841 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:55:17,841 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 20:55:17,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,851 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:55:17,852 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:55:17,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:55:17,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:55:17,855 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:55:17,858 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:55:17,859 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 20:55:17,862 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 20:55:17,862 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,863 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:55:17,863 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1048534208) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:55:17,866 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:55:17,866 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:55:17,870 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:55:17,870 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 20:55:17,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,880 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:55:17,881 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:55:17,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:55:17,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:55:17,884 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:55:17,887 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:55:17,888 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 20:55:17,891 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 20:55:17,891 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:55:17,892 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:55:17,892 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1048534898) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:55:17,895 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:55:17,895 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:55:17,898 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': '26086320'} ; 2024-03-01 20:55:17,898 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:55:17,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:55:17,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:17,909 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:55:17,909 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:55:17,909 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:55:17,909 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:55:17,909 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:55:17,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:55:17,913 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:55:17,916 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:55:17,916 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:55:17,919 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:55:17,920 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:55:17,920 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:55:17,920 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1048534dd8) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:55:17,924 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:55:17,927 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:17,927 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:55:17,930 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:17,930 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:55:17,934 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,934 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:55:17,937 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:17,937 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:55:17,941 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:55:17,944 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:55:17,947 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:55:17,952 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 0x7f104852c608> 2024-03-01 20:55:20,871 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:55:20,875 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:55:20,875 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:55:20,879 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': '26089822'} ; 2024-03-01 20:55:20,879 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:55:20,879 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:55:20,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:20,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:20,890 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:55:20,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:20,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:20,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:20,908 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:20,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:55:20,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:55:20,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:55:20,931 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:55:20,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:55:20,935 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:55:20,938 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:55:20,939 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:55:20,942 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:55:20,942 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:55:20,942 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:55:20,946 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:55:20,949 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:55:20,952 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:55:20,955 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:55:20,959 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:55:20,959 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:55:20,959 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:55:20,960 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:55:20,959 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1048534940) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f1048544e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:55:20,963 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:55:20,967 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:20,967 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:55:20,970 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:20,970 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:55:20,974 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:20,974 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:55:20,978 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:20,978 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:55:20,978 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:55:20,981 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:55:20,981 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:55:20,984 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:55:20,984 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:55:20,988 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4f39c71d-aff9-4961-b30a-03fc9c464c22 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-tGnXfuh5PMWJeYarwCo6Em0Jb0bPfzHEyzVTQpQzUV6KicRVJCvRn1KrzAZ9atET ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_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-tGnXfuh5PMWJeYarwCo6Em0Jb0bPfzHEyzVTQpQzUV6KicRVJCvRn1KrzAZ9atET', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4f39c71d-aff9-4961-b30a-03fc9c464c22', 'ID_FS_UUID_ENC': '4f39c71d-aff9-4961-b30a-03fc9c464c22', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1046167692'} ; 2024-03-01 20:55:20,988 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:55:20,988 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:20,992 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:55:20,992 INFO program/MainThread: stderr[15]: 2024-03-01 20:55:20,992 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:55:20,992 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:20,995 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:55:20,995 INFO program/MainThread: stderr[16]: 2024-03-01 20:55:20,996 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:55:20,996 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:20,999 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:55:20,999 INFO program/MainThread: stderr[17]: 2024-03-01 20:55:20,999 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:55:21,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:21,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:55:21,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:21,010 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:21,010 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:21,011 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:21,007 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f1048513ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f104858b978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:21,012 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:21,015 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:55:21,015 INFO program/MainThread: stderr[18]: 2024-03-01 20:55:21,015 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:55:21,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:55:21,019 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:55:21,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:21,031 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:21,044 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:55:21,045 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:55:21,049 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 20:55:21,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:21,055 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 20:55:21,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:21,058 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:55:21,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:55:21,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:21,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:55:21,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:21,070 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:55:21,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:55:21,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:21,079 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 20:55:21,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:21,082 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:55:21,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:55:21,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:21,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:55:21,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:21,094 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:55:21,097 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 20:55:21,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:21,103 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 20:55:21,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:21,106 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 20:55:21,108 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 20:55:21,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:21,114 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 20:55:21,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:21,118 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:55:25,779 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_erqvawo2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 20:55:25,813 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:55:25,813 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 20:55:25,816 INFO program/MainThread: stdout[2]: 2024-03-01 20:55:25,817 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 20:55:25,817 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 20:55:25,817 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 20:55:25,821 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:25,821 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 20:55:25,825 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:55:25,825 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 20:55:25,828 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:55:25,828 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 20:55:25,831 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 20:55:25,831 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 20:55:25,839 INFO program/MainThread: stdout: 2024-03-01 20:55:25,839 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 20:55:25,839 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj 2024-03-01 20:55:25,839 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4f39c71d-aff9-4961-b30a-03fc9c464c22 2024-03-01 20:55:25,839 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 2024-03-01 20:55:25,839 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4f39c71d-aff9-4961-b30a-03fc9c464c22 2024-03-01 20:55:25,839 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc 2024-03-01 20:55:25,839 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,839 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,839 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,839 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,840 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,840 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,840 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,840 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,840 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 20:55:25,840 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 20:55:25,840 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 20:55:25,840 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:25,840 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4f39c71d-aff9-4961-b30a-03fc9c464c22 sdb 1073741824 root disk brw-rw---- LVM2_member 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4f39c71d-aff9-4961-b30a-03fc9c464c22 sdc 1073741824 root disk brw-rw---- LVM2_member v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc 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 20:55:25,840 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:55:25,840 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:55:25,840 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 20:55:25,841 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 20:55:25,841 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 20:55:25,841 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 20:55:25,841 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:25,853 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:25,865 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 20:55:25,869 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj ' '/dev/disk/by-id/wwn-0x600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a ' '/dev/disk/by-id/scsi-3600140522dd6968d39f4a1c8a83b6d5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', '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': 'sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj', 'ID_FS_UUID_ENC': 'sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj', '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': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'ID_SERIAL': '3600140522dd6968d39f4a1c8a83b6d5d', 'ID_SERIAL_SHORT': '600140522dd6968d39f4a1c8a83b6d5d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140522dd6968d', 'ID_WWN_VENDOR_EXTENSION': '0x39f4a1c8a83b6d5d', 'ID_WWN_WITH_EXTENSION': '0x600140522dd6968d39f4a1c8a83b6d5d', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140522dd6968d39f4a1c8a83b6d5d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '22dd6968-d39f-4a1c-8a83-b6d5d3fcf38a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471752195'} ; 2024-03-01 20:55:25,869 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 20:55:25,870 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 20:55:25,902 INFO program/MainThread: stdout[3]: 2024-03-01 20:55:25,902 INFO program/MainThread: stderr[3]: 2024-03-01 20:55:25,902 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 20:55:25,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:55:25,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:25,915 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 20:55:25,920 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 20:55:25,920 INFO blivet/MainThread: sda is a disk 2024-03-01 20:55:25,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 20:55:25,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 20:55:25,924 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 20:55:25,927 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 20:55:25,928 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 20:55:25,931 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 20:55:25,931 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 20:55:25,932 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 20:55:25,932 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e49c23c8) -- 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 = 600140522dd6968d39f4a1c8a83b6d5d 2024-03-01 20:55:25,936 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 20:55:25,939 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:25,939 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 20:55:25,943 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:25,943 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 20:55:25,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:25,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 20:55:25,949 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:25,950 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 20:55:25,953 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 20:55:25,953 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 20:55:25,953 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 20:55:25,985 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:55:25,985 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13. WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:55:25,985 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 20:55:25,986 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 20:55:25,990 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj ; label: None ; device: /dev/sda ; serial: 3600140522dd6968d39f4a1c8a83b6d5d ; exists: True ; vg_name: test_vg1 ; vg_uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; pe_start: 8 MiB ; 2024-03-01 20:55:25,990 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 20:55:25,994 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 20:55:25,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:26,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:55:26,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,006 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 20:55:26,031 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:55:26,031 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13. WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:55:26,031 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 20:55:26,031 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 20:55:26,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 20:55:26,037 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 20:55:26,041 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:55:26,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 20:55:26,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 20:55:26,045 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 20:55:26,071 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET 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 20:55:26,071 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13. WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 20:55:26,071 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 20:55:26,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 20:55:26,076 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 20:55:26,079 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 20:55:26,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:26,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:55:26,086 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:55:26,086 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:55:26,090 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_66bb043f-f76a-42e7-9095-662e6de9cf1a ' '/dev/disk/by-id/wwn-0x600140566bb043ff76a42e79095662e6 ' '/dev/disk/by-id/lvm-pv-uuid-1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', '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': '1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13', 'ID_FS_UUID_ENC': '1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13', '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': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'ID_SERIAL': '3600140566bb043ff76a42e79095662e6', 'ID_SERIAL_SHORT': '600140566bb043ff76a42e79095662e6', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140566bb043ff', 'ID_WWN_VENDOR_EXTENSION': '0x76a42e79095662e6', 'ID_WWN_WITH_EXTENSION': '0x600140566bb043ff76a42e79095662e6', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140566bb043ff76a42e79095662e6', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '66bb043f-f76a-42e7-9095-662e6de9cf1a', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471731838'} ; 2024-03-01 20:55:26,090 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 20:55:26,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,100 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 20:55:26,100 INFO blivet/MainThread: sdb is a disk 2024-03-01 20:55:26,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 20:55:26,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 20:55:26,104 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 20:55:26,107 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 20:55:26,107 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 20:55:26,110 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 20:55:26,111 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,111 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 20:55:26,111 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e41955f8) -- 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 = 600140566bb043ff76a42e79095662e6 2024-03-01 20:55:26,115 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 20:55:26,118 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:26,118 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 20:55:26,122 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:26,122 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 20:55:26,125 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:26,125 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 20:55:26,129 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:26,129 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 20:55:26,132 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 20:55:26,132 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 20:55:26,132 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 20:55:26,159 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:55:26,160 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). 2024-03-01 20:55:26,160 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 20:55:26,160 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 20:55:26,164 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 ; label: None ; device: /dev/sdb ; serial: 3600140566bb043ff76a42e79095662e6 ; exists: True ; vg_name: test_vg1 ; vg_uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 20:55:26,164 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 20:55:26,168 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 20:55:26,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:26,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 20:55:26,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 20:55:26,181 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:55:26,184 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 20:55:26,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:26,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:26,190 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 20:55:26,217 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET 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 20:55:26,217 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc. WARNING: VG test_vg1 is missing PV v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc (last written to /dev/sdc). 2024-03-01 20:55:26,217 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 20:55:26,218 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 20:55:26,218 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:55:26,222 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104 ' '/dev/disk/by-id/scsi-360014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/wwn-0x60014050ecf1f6d9b3840e3bcbbf157c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', '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': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'ID_SERIAL': '360014050ecf1f6d9b3840e3bcbbf157c', 'ID_SERIAL_SHORT': '60014050ecf1f6d9b3840e3bcbbf157c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050ecf1f6d9', 'ID_WWN_VENDOR_EXTENSION': '0xb3840e3bcbbf157c', 'ID_WWN_WITH_EXTENSION': '0x60014050ecf1f6d9b3840e3bcbbf157c', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050ecf1f6d9b3840e3bcbbf157c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0ecf1f6d-9b38-40e3-bcbb-f157c6bbb104', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472456578'} ; 2024-03-01 20:55:26,222 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 20:55:26,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,232 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 20:55:26,233 INFO blivet/MainThread: sdk is a disk 2024-03-01 20:55:26,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 20:55:26,233 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 20:55:26,236 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 20:55:26,240 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 20:55:26,240 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 20:55:26,243 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 20:55:26,243 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,244 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 20:55:26,244 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e4195e80) -- 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 = 60014050ecf1f6d9b3840e3bcbbf157c 2024-03-01 20:55:26,247 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 20:55:26,247 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 20:55:26,251 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_e81ed91b-d06e-476d-8fa7-94644e17b8ba ' '/dev/disk/by-id/wwn-0x6001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-36001405e81ed91bd06e476d8fa794644 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', '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': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'ID_SERIAL': '36001405e81ed91bd06e476d8fa794644', 'ID_SERIAL_SHORT': '6001405e81ed91bd06e476d8fa794644', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81ed91bd', 'ID_WWN_VENDOR_EXTENSION': '0x06e476d8fa794644', 'ID_WWN_WITH_EXTENSION': '0x6001405e81ed91bd06e476d8fa794644', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81ed91bd06e476d8fa794644', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81ed91b-d06e-476d-8fa7-94644e17b8ba', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472513792'} ; 2024-03-01 20:55:26,251 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 20:55:26,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,260 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 20:55:26,261 INFO blivet/MainThread: sdl is a disk 2024-03-01 20:55:26,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 20:55:26,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 20:55:26,264 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 20:55:26,268 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 20:55:26,268 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 20:55:26,271 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 20:55:26,271 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,272 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 20:55:26,272 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e40f9f98) -- 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 = 6001405e81ed91bd06e476d8fa794644 2024-03-01 20:55:26,275 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 20:55:26,275 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 20:55:26,278 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_7bf5dd7e-61d1-45f1-854b-d495e13a461f ' '/dev/disk/by-id/scsi-360014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/wwn-0x60014057bf5dd7e61d145f1854bd495e ' '/dev/disk/by-id/lvm-pv-uuid-v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', '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': 'v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc', 'ID_FS_UUID_ENC': 'v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc', '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': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'ID_SERIAL': '360014057bf5dd7e61d145f1854bd495e', 'ID_SERIAL_SHORT': '60014057bf5dd7e61d145f1854bd495e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057bf5dd7e6', 'ID_WWN_VENDOR_EXTENSION': '0x1d145f1854bd495e', 'ID_WWN_WITH_EXTENSION': '0x60014057bf5dd7e61d145f1854bd495e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057bf5dd7e61d145f1854bd495e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7bf5dd7e-61d1-45f1-854b-d495e13a461f', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471757753'} ; 2024-03-01 20:55:26,279 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 20:55:26,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,288 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 20:55:26,289 INFO blivet/MainThread: sdc is a disk 2024-03-01 20:55:26,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 20:55:26,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 20:55:26,292 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 20:55:26,295 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 20:55:26,296 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 20:55:26,299 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 20:55:26,299 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,300 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 20:55:26,300 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e4101438) -- 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 = 60014057bf5dd7e61d145f1854bd495e 2024-03-01 20:55:26,303 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 20:55:26,306 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:26,306 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 20:55:26,310 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:26,310 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 20:55:26,313 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:26,313 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 20:55:26,317 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:26,317 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 20:55:26,320 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 20:55:26,320 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 20:55:26,320 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 20:55:26,346 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=sivbGd-6zI4-f7r6-TJUd-U0dP-QTMO-ukGXHj LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1EtB6X-smdf-NsPH-jj5F-UWqX-DwBq-dsBI13 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE 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 20:55:26,346 INFO program/MainThread: stderr[9]: 2024-03-01 20:55:26,346 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 20:55:26,347 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 20:55:26,351 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: v0jcQO-1E2i-RVTk-SIoO-cO08-Lscf-TZ9WKc ; label: None ; device: /dev/sdc ; serial: 360014057bf5dd7e61d145f1854bd495e ; exists: True ; vg_name: test_vg1 ; vg_uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 20:55:26,351 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 20:55:26,354 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 20:55:26,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:26,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:26,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 20:55:26,367 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 20:55:26,370 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 20:55:26,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE ; incomplete: True ; hidden: False ; 2024-03-01 20:55:26,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:26,377 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 20:55:26,402 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET 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 20:55:26,402 INFO program/MainThread: stderr[10]: 2024-03-01 20:55:26,403 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 20:55:26,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 20:55:26,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 20:55:26,420 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:55:26,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 20:55:26,424 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:55:26,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:55:26,428 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:55:26,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:55:26,432 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:55:26,432 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 20:55:26,436 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:55:26,440 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 20:55:26,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 20:55:26,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 20:55:26,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:55:26,447 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:55:26,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:55:26,451 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:55:26,451 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 20:55:26,452 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 20:55:26,455 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 20:55:26,455 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 20:55:26,458 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 20:55:26,459 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 20:55:26,462 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/4f39c71d-aff9-4961-b30a-03fc9c464c22 ' '/dev/disk/by-id/dm-uuid-LVM-tGnXfuh5PMWJeYarwCo6Em0Jb0bPfzHEyzVTQpQzUV6KicRVJCvRn1KrzAZ9atET ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-tGnXfuh5PMWJeYarwCo6Em0Jb0bPfzHEyzVTQpQzUV6KicRVJCvRn1KrzAZ9atET', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4f39c71d-aff9-4961-b30a-03fc9c464c22', 'ID_FS_UUID_ENC': '4f39c71d-aff9-4961-b30a-03fc9c464c22', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1046167692'} ; 2024-03-01 20:55:26,462 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:55:26,463 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:26,467 INFO program/MainThread: stdout[11]: LVM 2024-03-01 20:55:26,467 INFO program/MainThread: stderr[11]: 2024-03-01 20:55:26,467 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 20:55:26,467 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:26,470 INFO program/MainThread: stdout[12]: LVM 2024-03-01 20:55:26,470 INFO program/MainThread: stderr[12]: 2024-03-01 20:55:26,470 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 20:55:26,470 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:26,473 INFO program/MainThread: stdout[13]: LVM 2024-03-01 20:55:26,473 INFO program/MainThread: stderr[13]: 2024-03-01 20:55:26,474 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 20:55:26,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 20:55:26,484 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:26,485 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:26,485 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:26,486 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:26,481 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:26,486 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:26,489 INFO program/MainThread: stdout[14]: LVM 2024-03-01 20:55:26,489 INFO program/MainThread: stderr[14]: 2024-03-01 20:55:26,489 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 20:55:26,494 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:55:26,497 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:26,497 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 20:55:26,501 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:26,501 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 20:55:26,505 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:26,505 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 20:55:26,508 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:26,508 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 20:55:26,510 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 20:55:26,510 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 20:55:26,514 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:55:26,514 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 20:55:26,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 20:55:26,518 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:55:26,518 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 20:55:26,522 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/wwn-0x600140501a4f4c4096a43a993349ed26 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_01a4f4c4-096a-43a9-9334-9ed2617e6338 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', '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': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'ID_SERIAL': '3600140501a4f4c4096a43a993349ed26', 'ID_SERIAL_SHORT': '600140501a4f4c4096a43a993349ed26', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140501a4f4c40', 'ID_WWN_VENDOR_EXTENSION': '0x96a43a993349ed26', 'ID_WWN_WITH_EXTENSION': '0x600140501a4f4c4096a43a993349ed26', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140501a4f4c4096a43a993349ed26', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '01a4f4c4-096a-43a9-9334-9ed2617e6338', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471784660'} ; 2024-03-01 20:55:26,522 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 20:55:26,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,532 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 20:55:26,533 INFO blivet/MainThread: sdd is a disk 2024-03-01 20:55:26,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 20:55:26,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 20:55:26,536 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 20:55:26,539 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 20:55:26,539 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 20:55:26,543 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 20:55:26,543 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,543 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 20:55:26,543 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e4105eb8) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 600140501a4f4c4096a43a993349ed26 2024-03-01 20:55:26,547 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 20:55:26,547 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 20:55:26,550 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/wwn-0x6001405e034a0435b594c8b834809ecc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_e034a043-5b59-4c8b-8348-09ecca4a1701 ' '/dev/disk/by-id/scsi-36001405e034a0435b594c8b834809ecc', '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': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'ID_SERIAL': '36001405e034a0435b594c8b834809ecc', 'ID_SERIAL_SHORT': '6001405e034a0435b594c8b834809ecc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e034a0435', 'ID_WWN_VENDOR_EXTENSION': '0xb594c8b834809ecc', 'ID_WWN_WITH_EXTENSION': '0x6001405e034a0435b594c8b834809ecc', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e034a0435b594c8b834809ecc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e034a043-5b59-4c8b-8348-09ecca4a1701', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471960252'} ; 2024-03-01 20:55:26,550 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 20:55:26,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,560 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 20:55:26,561 INFO blivet/MainThread: sde is a disk 2024-03-01 20:55:26,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 20:55:26,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 20:55:26,564 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 20:55:26,567 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 20:55:26,568 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 20:55:26,571 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 20:55:26,571 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,571 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 20:55:26,571 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e410b400) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 6001405e034a0435b594c8b834809ecc 2024-03-01 20:55:26,575 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 20:55:26,575 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 20:55:26,578 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b ' '/dev/disk/by-id/scsi-36001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/wwn-0x6001405a0c36957ba854aaca2b71c10e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_a0c36957-ba85-4aac-a2b7-1c10ee64c02b', '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': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'ID_SERIAL': '36001405a0c36957ba854aaca2b71c10e', 'ID_SERIAL_SHORT': '6001405a0c36957ba854aaca2b71c10e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a0c36957b', 'ID_WWN_VENDOR_EXTENSION': '0xa854aaca2b71c10e', 'ID_WWN_WITH_EXTENSION': '0x6001405a0c36957ba854aaca2b71c10e', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a0c36957ba854aaca2b71c10e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a0c36957-ba85-4aac-a2b7-1c10ee64c02b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '471941596'} ; 2024-03-01 20:55:26,578 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 20:55:26,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,588 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 20:55:26,589 INFO blivet/MainThread: sdf is a disk 2024-03-01 20:55:26,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 20:55:26,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 20:55:26,592 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 20:55:26,596 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 20:55:26,596 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 20:55:26,599 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 20:55:26,599 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,600 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 20:55:26,600 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e4195860) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 6001405a0c36957ba854aaca2b71c10e 2024-03-01 20:55:26,603 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 20:55:26,603 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 20:55:26,606 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/wwn-0x60014055d628f7d16d04e5793a55b580 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_5d628f7d-16d0-4e57-93a5-5b580095aea6 ' '/dev/disk/by-id/scsi-360014055d628f7d16d04e5793a55b580', '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': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'ID_SERIAL': '360014055d628f7d16d04e5793a55b580', 'ID_SERIAL_SHORT': '60014055d628f7d16d04e5793a55b580', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055d628f7d1', 'ID_WWN_VENDOR_EXTENSION': '0x6d04e5793a55b580', 'ID_WWN_WITH_EXTENSION': '0x60014055d628f7d16d04e5793a55b580', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055d628f7d16d04e5793a55b580', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5d628f7d-16d0-4e57-93a5-5b580095aea6', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472065504'} ; 2024-03-01 20:55:26,607 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 20:55:26,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,617 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 20:55:26,617 INFO blivet/MainThread: sdg is a disk 2024-03-01 20:55:26,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 20:55:26,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 20:55:26,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 20:55:26,624 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 20:55:26,624 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 20:55:26,627 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 20:55:26,628 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,628 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 20:55:26,628 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e40fc2e8) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 60014055d628f7d16d04e5793a55b580 2024-03-01 20:55:26,631 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 20:55:26,631 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 20:55:26,635 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405564719a1de9246a180fa4085a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_564719a1-de92-46a1-80fa-4085aa9ee5a4 ' '/dev/disk/by-id/wwn-0x6001405564719a1de9246a180fa4085a', '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': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'ID_SERIAL': '36001405564719a1de9246a180fa4085a', 'ID_SERIAL_SHORT': '6001405564719a1de9246a180fa4085a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405564719a1d', 'ID_WWN_VENDOR_EXTENSION': '0xe9246a180fa4085a', 'ID_WWN_WITH_EXTENSION': '0x6001405564719a1de9246a180fa4085a', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405564719a1de9246a180fa4085a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '564719a1-de92-46a1-80fa-4085aa9ee5a4', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472154368'} ; 2024-03-01 20:55:26,635 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 20:55:26,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,645 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 20:55:26,646 INFO blivet/MainThread: sdh is a disk 2024-03-01 20:55:26,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 20:55:26,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 20:55:26,649 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 20:55:26,652 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 20:55:26,652 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 20:55:26,655 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 20:55:26,656 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,656 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 20:55:26,656 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e40fc828) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 6001405564719a1de9246a180fa4085a 2024-03-01 20:55:26,659 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 20:55:26,660 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 20:55:26,663 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_b737a4c0-e11f-476d-94c1-41e639066e9d ' '/dev/disk/by-id/wwn-0x6001405b737a4c0e11f476d94c141e63 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', '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': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'ID_SERIAL': '36001405b737a4c0e11f476d94c141e63', 'ID_SERIAL_SHORT': '6001405b737a4c0e11f476d94c141e63', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b737a4c0e', 'ID_WWN_VENDOR_EXTENSION': '0x11f476d94c141e63', 'ID_WWN_WITH_EXTENSION': '0x6001405b737a4c0e11f476d94c141e63', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b737a4c0e11f476d94c141e63', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b737a4c0-e11f-476d-94c1-41e639066e9d', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472331153'} ; 2024-03-01 20:55:26,663 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 20:55:26,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,673 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 20:55:26,674 INFO blivet/MainThread: sdi is a disk 2024-03-01 20:55:26,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 20:55:26,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 20:55:26,677 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 20:55:26,680 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 20:55:26,680 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 20:55:26,684 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 20:55:26,684 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,684 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 20:55:26,684 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e411a208) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405b737a4c0e11f476d94c141e63 2024-03-01 20:55:26,688 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 20:55:26,688 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 20:55:26,691 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-36001405188bead0832c4b19b6c239e02 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_188bead0-832c-4b19-b6c2-39e0237d6c69', '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': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'ID_SERIAL': '36001405188bead0832c4b19b6c239e02', 'ID_SERIAL_SHORT': '6001405188bead0832c4b19b6c239e02', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405188bead08', 'ID_WWN_VENDOR_EXTENSION': '0x32c4b19b6c239e02', 'ID_WWN_WITH_EXTENSION': '0x6001405188bead0832c4b19b6c239e02', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405188bead0832c4b19b6c239e02', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_PORT_NAME': 'naa.50014058eae8684d,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '188bead0-832c-4b19-b6c2-39e0237d6c69', 'SCSI_IDENT_TARGET_NAME': 'naa.50014058eae8684d', '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': '472282541'} ; 2024-03-01 20:55:26,691 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 20:55:26,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,702 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 20:55:26,702 INFO blivet/MainThread: sdj is a disk 2024-03-01 20:55:26,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 20:55:26,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 20:55:26,705 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 20:55:26,708 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 20:55:26,709 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 20:55:26,712 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 20:55:26,712 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 20:55:26,713 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 20:55:26,713 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e411a898) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 6001405188bead0832c4b19b6c239e02 2024-03-01 20:55:26,716 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 20:55:26,716 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 20:55:26,719 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': '26086320'} ; 2024-03-01 20:55:26,719 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 20:55:26,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:55:26,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:26,729 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 20:55:26,729 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 20:55:26,730 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 20:55:26,730 INFO blivet/MainThread: xvda is a disk 2024-03-01 20:55:26,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 20:55:26,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 20:55:26,733 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 20:55:26,736 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 20:55:26,736 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 20:55:26,739 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 20:55:26,740 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 20:55:26,740 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 20:55:26,740 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff5e411add8) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 20:55:26,744 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 20:55:26,747 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:26,747 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 20:55:26,750 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:26,751 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 20:55:26,754 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:26,754 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 20:55:26,757 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:26,757 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 20:55:26,760 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 20:55:26,764 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 20:55:26,767 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 20:55:26,772 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 0x7ff5e40fdb08> 2024-03-01 20:55:29,970 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 20:55:29,974 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 20:55:29,974 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 20:55:29,978 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': '26089822'} ; 2024-03-01 20:55:29,978 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 20:55:29,978 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 20:55:29,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:29,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:29,988 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 20:55:29,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:29,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:29,994 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,006 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 20:55:30,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 20:55:30,029 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 20:55:30,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 20:55:30,032 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 20:55:30,036 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 20:55:30,036 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 20:55:30,039 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:55:30,039 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:55:30,040 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 20:55:30,043 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 20:55:30,046 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 20:55:30,049 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 20:55:30,052 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 20:55:30,055 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 20:55:30,056 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 20:55:30,056 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 20:55:30,057 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 20:55:30,056 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff5e411a940) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7ff5e412ae60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 20:55:30,060 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 20:55:30,064 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 20:55:30,064 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 20:55:30,067 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 20:55:30,067 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 20:55:30,071 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:30,071 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 20:55:30,074 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 20:55:30,074 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 20:55:30,074 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 20:55:30,077 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 20:55:30,077 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 20:55:30,080 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 20:55:30,081 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 20:55:30,084 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-tGnXfuh5PMWJeYarwCo6Em0Jb0bPfzHEyzVTQpQzUV6KicRVJCvRn1KrzAZ9atET ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/4f39c71d-aff9-4961-b30a-03fc9c464c22', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-tGnXfuh5PMWJeYarwCo6Em0Jb0bPfzHEyzVTQpQzUV6KicRVJCvRn1KrzAZ9atET', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4f39c71d-aff9-4961-b30a-03fc9c464c22', 'ID_FS_UUID_ENC': '4f39c71d-aff9-4961-b30a-03fc9c464c22', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1046167692'} ; 2024-03-01 20:55:30,084 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 20:55:30,084 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:30,088 INFO program/MainThread: stdout[15]: LVM 2024-03-01 20:55:30,088 INFO program/MainThread: stderr[15]: 2024-03-01 20:55:30,088 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 20:55:30,088 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:30,091 INFO program/MainThread: stdout[16]: LVM 2024-03-01 20:55:30,092 INFO program/MainThread: stderr[16]: 2024-03-01 20:55:30,092 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 20:55:30,092 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:30,095 INFO program/MainThread: stdout[17]: LVM 2024-03-01 20:55:30,095 INFO program/MainThread: stderr[17]: 2024-03-01 20:55:30,095 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 20:55:30,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:55:30,105 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,105 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,106 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,106 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,102 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,107 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 20:55:30,110 INFO program/MainThread: stdout[18]: LVM 2024-03-01 20:55:30,110 INFO program/MainThread: stderr[18]: 2024-03-01 20:55:30,110 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 20:55:30,114 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 20:55:30,114 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 20:55:30,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,125 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,138 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 20:55:30,139 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 20:55:30,142 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 20:55:30,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:30,148 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 20:55:30,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:30,152 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 20:55:30,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:30,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:30,163 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 20:55:30,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:30,172 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 20:55:30,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:30,175 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 20:55:30,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:30,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:30,187 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 20:55:30,189 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 20:55:30,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:30,195 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 20:55:30,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:30,198 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 20:55:30,201 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 20:55:30,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 20:55:30,207 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 20:55:30,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 20:55:30,210 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 20:55:30,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,216 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 20:55:30,216 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,217 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,217 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,218 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,218 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,219 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,219 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,219 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,220 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,220 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,220 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,221 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 20:55:30,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 20:55:30,227 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 20:55:30,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 20:55:30,233 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 20:55:30,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 20:55:30,239 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 20:55:30,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 20:55:30,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 20:55:30,245 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 20:55:30,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,248 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,249 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,251 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,252 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,252 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,253 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,255 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,256 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,257 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,260 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,261 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,263 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,264 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,265 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,261 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,268 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,269 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,272 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,273 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,276 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,276 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,277 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,280 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,281 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,284 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,284 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,285 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,288 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,289 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,292 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,293 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,296 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,297 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,300 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,301 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,303 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,304 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,304 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,305 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,307 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,308 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,308 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,309 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,311 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,312 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,312 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,313 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,315 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,316 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,316 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,317 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,320 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,320 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,321 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,324 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,324 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,325 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,327 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,328 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,328 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,329 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,331 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,332 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,333 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,335 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,336 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,336 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,337 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,333 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,339 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,340 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,340 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,341 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,337 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,343 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,344 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,344 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,345 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,341 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,347 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,348 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,348 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,349 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,351 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,352 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,352 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,353 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,349 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,355 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,356 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,356 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,357 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,353 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,359 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,360 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,360 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,361 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,363 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,364 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,365 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,361 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,367 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,368 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,368 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,369 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,371 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,372 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,372 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 20:55:30,373 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 20:55:30,369 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7ff5e40f9e10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yzVTQp-QzUV-6Kic-RVJC-vRn1-KrzA-Z9atET size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ff5e4171978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = tGnXfu-h5PM-WJeY-arwC-o6Em-0Jb0-bPfzHE size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 20:55:30,373 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 20:55:30,377 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 20:55:30,377 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:55:30,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 20:55:30,381 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 20:55:30,381 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:55:30,382 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 20:55:30,385 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 20:55:30,386 INFO program/MainThread: stderr[19]: 2024-03-01 20:55:30,386 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 20:55:30,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 20:55:30,391 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 20:55:30,391 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:55:30,391 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'sdb', 'test_vg1'] 2024-03-01 20:55:30,391 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 20:55:30,394 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 20:55:30,394 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:55:30,398 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:55:30,401 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:55:30,404 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 20:55:30,404 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 20:55:30,404 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:55:30,404 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 20:55:30,404 DEBUG blivet/MainThread: removing sdc 2024-03-01 20:55:30,407 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 20:55:30,407 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:55:30,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 20:55:30,411 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 20:55:30,411 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:55:30,411 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 20:55:30,411 DEBUG blivet/MainThread: removing sda 2024-03-01 20:55:30,414 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 20:55:30,414 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:55:30,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 20:55:30,417 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 20:55:30,418 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:55:30,418 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 20:55:30,418 DEBUG blivet/MainThread: removing sdb 2024-03-01 20:55:30,420 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 20:55:30,421 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 20:55:30,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 20:55:30,424 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 20:55:30,424 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:55:30,425 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,435 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,447 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,457 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,473 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:55:30,473 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:55:30,473 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:55:30,473 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:55:30,473 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:55:30,473 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:55:30,474 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:55:30,474 INFO blivet/MainThread: pruning action queue... 2024-03-01 20:55:30,474 INFO blivet/MainThread: resetting parted disks... 2024-03-01 20:55:30,477 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:55:30,480 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 20:55:30,483 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 20:55:30,483 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 20:55:30,486 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:55:30,486 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7ff5e4166f10> 2024-03-01 20:55:30,486 INFO blivet/MainThread: sorting actions... 2024-03-01 20:55:30,487 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:55:30,487 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:55:30,487 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:55:30,487 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:55:30,488 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:55:30,488 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:55:30,488 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:55:30,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,494 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:55:30,494 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 20:55:30,503 INFO program/MainThread: stdout: 2024-03-01 20:55:30,504 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 20:55:30,504 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,518 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,518 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,531 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,532 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 20:55:30,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 20:55:30,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:55:30,543 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 20:55:30,547 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 20:55:30,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 20:55:30,560 INFO program/MainThread: Running [20] 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 20:55:30,596 INFO program/MainThread: stdout[20]: 2024-03-01 20:55:30,597 INFO program/MainThread: stderr[20]: 2024-03-01 20:55:30,597 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 20:55:30,601 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:55:30,604 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,608 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:55:30,611 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,614 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:55:30,617 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,620 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:55:30,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 20:55:30,623 INFO program/MainThread: Running [21] 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 20:55:30,664 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 20:55:30,664 INFO program/MainThread: stderr[21]: 2024-03-01 20:55:30,664 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 20:55:30,665 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 20:55:30,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 20:55:30,680 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 20:55:30,685 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 20:55:30,691 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,696 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 20:55:30,700 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,706 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 20:55:30,712 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,718 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 20:55:30,721 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 20:55:30,722 INFO program/MainThread: Running [22] 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 20:55:30,761 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 20:55:30,761 INFO program/MainThread: stderr[22]: 2024-03-01 20:55:30,761 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 20:55:30,762 INFO program/MainThread: Running [23] 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 20:55:30,802 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 20:55:30,802 INFO program/MainThread: stderr[23]: 2024-03-01 20:55:30,802 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 20:55:30,802 INFO program/MainThread: Running [24] 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 20:55:30,831 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 20:55:30,831 INFO program/MainThread: stderr[24]: 2024-03-01 20:55:30,832 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 20:55:30,832 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 20:55:30,839 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,846 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:55:30,851 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 20:55:30,852 INFO program/MainThread: Running [25] 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 20:55:30,895 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 20:55:30,896 INFO program/MainThread: stderr[25]: 2024-03-01 20:55:30,896 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 20:55:30,896 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 20:55:30,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,908 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,908 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,920 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,920 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:30,932 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:30,933 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 20:55:30,937 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:30,940 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:55:30,942 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 20:55:30,943 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:55:30,972 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 20:55:30,972 INFO program/MainThread: stderr[26]: 2024-03-01 20:55:30,972 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 20:55:30,972 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 20:55:30,973 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:31,006 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:31,006 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:31,021 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:31,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:31,038 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:31,039 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 20:55:31,043 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 20:55:31,046 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:55:31,049 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 20:55:31,049 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 20:55:31,077 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 20:55:31,078 INFO program/MainThread: stderr[27]: 2024-03-01 20:55:31,078 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 20:55:31,078 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 20:55:31,078 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:31,115 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:31,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:31,127 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:31,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 20:55:31,141 DEBUG program/MainThread: Return code: 0 2024-03-01 20:55:31,146 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 20:55:31,147 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 0x7ff5e410d1a8> to retry, use: --limit @/tmp/tests_mount_verify_fail.retry PLAY RECAP ********************************************************************* sut : ok=135 changed=6 unreachable=0 failed=1 skipped=84 rescued=2 ignored=0 Friday 01 March 2024 20:55:35 +0000 (0:00:00.896) 0:01:13.962 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.75s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.31s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 4.56s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 4.03s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.50s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.49s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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.46s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.46s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.44s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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.40s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.40s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.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-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.38s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.38s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 2.37s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.37s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure test packages ---------------------------------------------------- 2.37s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Get service facts ------------------- 1.69s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---